Article # 225, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
How to sort a chunk array.
The C stub for the ChunkArraySort function is broken on GEOS devices that shipped before August 1996 (specifically, Casio Z-7000 & HP OmniGo 100). To get around this problem you can use the ArrayQuickSort function instead. It will only work on chunk arrays in which the elements are all the same size (of course, ChunkArraySort has the same requirement, so not a real problem). Be sure to lock down the chunk array and dereference it before calling ArrayQuickSort.