I was just messing around writing a slot machine program on my PlusCE and I tried to run this:
:randInt(111,999,1)->A
But it won't save to the variable
Any ideas?
I was just messing around writing a slot machine program on my PlusCE and I tried to run this:
:randInt(111,999,1)->A
But it won't save to the variable
Any ideas?
randInt returns a list, even if you only want one trial. So you need to store the result in a list variable.