Rnd()
Previous  Next

Description: Returns a random number between 0 and <Range>.

     Syntax:
     
Rnd(<Range>)


Part
Description
<Range>
Required. The upper bound of the randomized number.

Example:

        Randomize
        a = Rnd(5)
        Print a