i have the following simple code
i want to remeber the number every time the above code is executed , for example the first time it give me a rundom number 9, how can i store it so next time it is executed i will not take it the number 9 into account and force it to take another number?
B4X:
sub ranno()
Dim n=Rnd (1,30) As Int
end sub