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 .......
0.05 |
0.1 |
0.15 |
0.2 |
0.25 |
0.3 |
0.35 |
0.4 |
0.45 |
0.5 |
0.55 |
0.6 |
0.65 |
to generate from 0 to 10 try this:
load 0+ (iterno()*0.05) as number
Autogenerate 1
while (iterno()*0.05) <= 10 ;