Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting Arrays
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Sorting Arrays
Miscellaneous
Thread ID:
00476674
Message ID:
00476674
Views:
73
We have some items in an array:

Example:

C, a, B, d, z

When we asort() it we get
C, B, a, d, z

We would like to get:
a, B, C, d, z


Note: We cannot (do not want to) change the items to upper case

Any suggestions ?

Thanks for you time in advance!
Next
Reply
Map
View

Click here to load this message in the networking platform