Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Random values
Message
 
À
25/06/2003 10:26:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00803771
Message ID:
00803784
Vues:
6
You could try this...
lnMin = 1
lnMax = 4300
= rand(-1)
lnRandNumber = int((lnMax - lnMin + 1) * rand() + lnMin)
Chris Maiden
Email
Web
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform