Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort array on specific column
Message
 
 
To
12/02/2004 11:21:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00876693
Message ID:
00876703
Views:
12
You're welcome. :)

>VERY COOL! Thanks Sergey. don't know why I didn't think of that today! :o)
>
>>Tracy,
>>
>>Try
* Create sorting column first: Date + Time + File name
>>FOR i=1 TO ALEN(laDummy,1)
>>	laDummy[i,5] = DTOS(laDummy[i,3]) + laDummy[i,4] + laDummy[i,1]
>>ENDFOR
>>ASORT(laDummy,5,-1, 1)
>>browarr(@laDummy)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform