Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Release Notes - <b>15 changed: asort()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 15  CHANGED: ASORT()
--------------------------------------------------------------------------------

     1.  ASORT() now returns a reference to the target array.

     2.  ASORT() now supports an optional code block argument that can
         be used to determine order.  Each time the block is evaluated,
         two elements from the target array are passed to the code block
         as parameters.  The block must return true (.T.) if the
         elements are in sorted order.  This facility can be used to
         create a descending or dictionary order sort.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson