Page 1 of 1

[Implemented] More sorting functions

Posted: Fri Jan 04, 2002 5:50 pm
by BackupUser
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.

Posted: Fri Jan 04, 2002 6:59 pm
by BackupUser
Restored from previous forum. Originally posted by redacid.

Yes, a SortList-Command would be very useful.

BlitzBasic for Amiga has such a command and I used
it very much.

Only Amiga makes it possible!

Posted: Thu Aug 22, 2002 9:22 pm
by BackupUser
Restored from previous forum. Originally posted by traumatic.
Originally posted by Andre
SortStructure (ArrayName(),Field,Option)
SortList (ListName(),Field,Option)
err, any news on this?