Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to Order an ADIR by date
Message
 
To
08/04/2000 17:28:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00357284
Message ID:
00357431
Views:
15
>What would be the best way to order an ADIR array by file date? Oldest to youngest.
You could add another column to the ADIR (redeminsion) array and maybe:
MyAdir[ctr,LastColumNumber]=MyAdir[ctr,3)-{^1900/01/01}.
Older Dates would yield a smaller value than more recent dates. Then ASORT on the last column.
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform