-
Notifications
You must be signed in to change notification settings - Fork 36
IndexByValue Function
Nilesh Ghodekar edited this page May 24, 2020
·
1 revision
int IndexByValue(values:[list or object], value:object)
Returns the zero-based index of the specified value in the input list. If the value is null or not found in the list or the list in null, -1 is returned.
None.
2.20.0523.0 and later
IndexByValue(SplitString("User|Manager|Director", "|"), "Manager")
- 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