Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For/endfor with dates
Message
From
07/04/2003 15:08:07
 
 
To
07/04/2003 15:04:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00774843
Message ID:
00774849
Views:
14
>There is a way to use with for/endfor to get dates range into cursor (for example last 50 days)?
>Thank you for answer!
>Chaim
CREATE CURSOR thedates (thedate d)

FOR j = 0 to 49
   INSERT INTO thedates VALUE (date()+j)
ENDFOR
Previous
Reply
Map
View

Click here to load this message in the networking platform