Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ho do I sort an array on the second column
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01447493
Message ID:
01447509
Views:
76
This message has been marked as the solution to the initial question of the thread.
DIME MyArray(3,2)
MyArray(1)="B"
MyArray(2)=3
MyArray(3)="C"
MyArray(4)=2
MyArray(5)="D"
MyArray(6)=1
 = ASORT(MyArray,2)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform