RANDOMIZE TIMER: --------------- Randomizes numbers. Example: CLS RANDOMIZE TIMER rnd1% = INT(RND * 100) + 1 PRINT rnd1% END