CONTENTS | INDEX | PREV | NEXT

SYNTAX            : RANGE ;R

RESULTING ARGUMENT: Random number in requested range

FUNCTION          : Determine a random value in the range specified and pass
                    it to the next command in the command sequence.

RANGE             : LOWER LIMIT,UPPER LIMIT
                    LOWER LIMIT   : the lowest number that may be chosen
                    UPPER LIMIT   : the highest number that may be chosen

NOTE              : The random function is initialised with the time when
                    TV starts. Therefore, programs with calls to this
                    function will run different random sequences every time.

MATRIX