Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Random values
Message
 
To
25/06/2003 10:26:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00803771
Message ID:
00803784
Views:
5
You could try this...
lnMin = 1
lnMax = 4300
= rand(-1)
lnRandNumber = int((lnMax - lnMin + 1) * rand() + lnMin)
Chris Maiden
Email
Web
Previous
Reply
Map
View

Click here to load this message in the networking platform