[Implemented] More sorting functions
Posted: Fri Jan 04, 2002 5:50 pm
Restored from previous forum. Originally posted by Andre.
I would like to see in next PB version following commands to support using of self-builded database files (loading .csv format or similar):
SortStructure (ArrayName(),Field,Option)
ArrayName() = Array (builded from Structure) which should be sorted
Field = Field in the structure, which should be the base for sorting
Option = Sort direction (same as SortArray)
SortList (ListName(),Field,Option)
Same as above, but for linked lists.
I would like to see in next PB version following commands to support using of self-builded database files (loading .csv format or similar):
SortStructure (ArrayName(),Field,Option)
ArrayName() = Array (builded from Structure) which should be sorted
Field = Field in the structure, which should be the base for sorting
Option = Sort direction (same as SortArray)
SortList (ListName(),Field,Option)
Same as above, but for linked lists.