Hi, Is there a function to sort numerics (float and ints) in jbase? Sample this:
TEST = -1 : @FM : 4 :@FM: -399 : @FM : 19 TEST2 = SORT(TEST) This gives TEST2 : -1^-399^19^4 The function treats the values as string and therefore the result is, as per the expected outcome, wrong. -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
