|
This function returns a random
number. RANDOM(LowerLimit , UpperLimit)
PARAMETERS
LowerLimit
The lowest number you want
returned
UpperLimit
The highest number you want
returned
Example: To
create a random number between 100 and 200, and save that value into the
textbox with the TAG value of RANDOM:
SETVALUE(~RANDOM~//RANDOM(100,200)) |