Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RAND()
Message
De
15/05/2001 16:39:26
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: RAND()
Divers
Thread ID:
00507518
Message ID:
00507525
Vues:
9
How about:

LOCAL lnMin, lnMax
lnMin = 3
lnMax = 5
lnSeed = -1
lnRandom = lnMin + (lnMax - lnMin)(RAND (lnSeed))
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform