Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
how will generate numbers like 0.05,0.1,0.15,0.2 .......
to generate from 0 to 10 try this:
load 0+ (iterno()*0.05) as number
Autogenerate 1
while (iterno()*0.05) <= 10 ;