Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about ASORT()
Message
 
 
To
05/04/2002 07:11:52
Lazar Sorin-Voicu
Azur S.A. Subsidiary of Icc Ind. Newyork
Timisoara, Romania
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00641310
Message ID:
00641337
Views:
16
>When I'm trying to sort an array with asort()
>in witch I have two or more records with the same value the phisical order changes
>Ex.
>
>n=123
>n+1=123
>n+2=123

>after asort()
>n+1=123
>n=123
>n+2=123

If you sort on that column than strings are sorted in alphabetical order.
after asort()
"n+1=123"
"n+2=123"
"n=123"
What result do you expect?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform