![]() ![]() ![]() ![]() | Table Of Contents | Index |
Example:You can also pass two numbers to PosInListPartial which define the start and end positions in the list to search.
var List List[1] = 'Date=09-20-93' List[2] = 'Time=10:18' List[3] = 'Name=Marc' Writeln PosInListPartial('Name=',List) ; returns 3
Example:
Writeln PosInListPartial('Name=',List,2,3) ;returns 3
See Also: | PosInList | PosInListLeft | PosInSortedList |
---|
Category: | String | Array |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|