Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RAND()
Message
From
15/05/2001 16:39:26
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: RAND()
Miscellaneous
Thread ID:
00507518
Message ID:
00507525
Views:
10
How about:

LOCAL lnMin, lnMax
lnMin = 3
lnMax = 5
lnSeed = -1
lnRandom = lnMin + (lnMax - lnMin)(RAND (lnSeed))
Previous
Reply
Map
View

Click here to load this message in the networking platform