-
Notifications
You must be signed in to change notification settings - Fork 36
Word Function
Nilesh Ghodekar edited this page Jan 15, 2016
·
4 revisions
string Word(input:string, index:int, delimiter:char)
Returns a word contained within a string, based on parameters describing the delimiter character to use and the word index to return.
As is the case with any other WAL functions, the index is zero-based.
If the second input parameter (index) or the third input parameter (delimiter char) is null, an exception is thrown. If the delimiter contains more than one character, an exception is thrown. If the input string is null, the function returns a null value. If string contains less words than word index specified, the function returns a null value. If the index is zero, the input string is returned.
1.0.0.0 and later
``
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum