-
Notifications
You must be signed in to change notification settings - Fork 36
ValueByIndex Function
Jef Kazimer edited this page Mar 17, 2016
·
3 revisions
object ValueByIndex(values:[list or object], index:int)
Returns the value which exists at the specified index.
If the second input parameter (index) is null, an exception is thrown. If the first parameter (values) is null or index is greater than items in the list, the function returns a null value.
1.0.0.0 and later
ValueByIndex(SplitString([//Target/ADDN],"="),1)
- 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