01-27-2006 10:07 AM
01-27-2006 10:48 AM
01-27-2006 12:23 PM
01-27-2006 01:41 PM
01-27-2006 01:45 PM
Hello,
The Sort 1D Array function treats strings as their ASCII hex values...thus, 'F' and 'f' have different values, and this is reflected in the sort. The easiest way to fix this would be to add a third element to the beginning of the cluster, and this would be your string, but converted to all lower case. The Sort 1D Array would then sort based on that lowercase string.
Hope this helps,
-D
01-27-2006 01:47 PM
01-27-2006 01:52 PM
01-27-2006 02:10 PM
01-27-2006 02:36 PM - edited 01-27-2006 02:36 PM
Message Edited by jasonhill on 01-27-2006 02:37 PM