![]() ![]() ![]() ![]() | Table Of Contents | Index |
Example:
var List List[1] = 'Adam' List[2] = 'Ben' List[3] = 'Don' List[4] = 'James' List[5] = 'Kate' SortArray(List) ; List is sorted Writeln PosInSortedList('James',List) ;returns 4
See Also: | PosInList | PosInListLeft | PosInListPartial |
---|
Category: | Array |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|