> Note: I don't think the randInt( function exists on the 85s, or on any other > calc other than the 86 for that matter (don't quote me on this). > Therefore, you should use 1+int (9rand) in place on randInt(1,10) The 92 has it. The syntax is: :rand(high_int)-->var It returns a random integer from 1 to high_int.