[TF] Rand()
Brought to you by:
kenkeys
|
From: james at zephyr-works.c. (J. West) - 2003-02-09 04:41:28
|
Can someone show me an example of using the rand() function properly? I'm trying to assign the result of rand() to a variable and failing horribly, I assumed that: /def getrandom = /let var1=rand(0,9)%;/echo %(var1} would echo back a number between 0 and 9 but no go. - james |