Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
For/endfor with dates
Message
De
07/04/2003 15:08:07
 
 
À
07/04/2003 15:04:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00774843
Message ID:
00774849
Vues:
13
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform