08-23-2015, 07:08 AM
Hello together,
i use the ran() function as following:
for i=1 to 40
x=int(ran(14))
print x
next i
so i get numbers from 0 to 14 (but not 14).
It works fine.
best regards
lorglas
i use the ran() function as following:
for i=1 to 40
x=int(ran(14))
print x
next i
so i get numbers from 0 to 14 (but not 14).
It works fine.
best regards
lorglas