May 4, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 How do use the RND command to generate random numbers in a specific range of numbers (i.e., between 25 and 50)????
How do use the RND command to generate random numbers in a specific range of numbers (i.e., between 25 and 50)????
May 4, 2001 #2 MiggyD Programmer Joined May 23, 2000 Messages 1,152 Location US You'll have to tell the computer you want random numbers by using the RANDOMIZE (seed) statement. Check your help files on: RANDOMIZE RND It's all there. Here's a little sample you could look at. Using the 'Advance Search' (at top of page). KEYWORD:="number limit" SCOPE:=Full Site USE:=Exact Phrase FIELDS:=Subject Lines Then click on the one that says "NUMBER LIMIT" only and not the other ones. --MiggyD "The world shrinks more and more with every new user online." Upvote 0 Downvote
You'll have to tell the computer you want random numbers by using the RANDOMIZE (seed) statement. Check your help files on: RANDOMIZE RND It's all there. Here's a little sample you could look at. Using the 'Advance Search' (at top of page). KEYWORD:="number limit" SCOPE:=Full Site USE:=Exact Phrase FIELDS:=Subject Lines Then click on the one that says "NUMBER LIMIT" only and not the other ones. --MiggyD "The world shrinks more and more with every new user online."