Generating sequential numbers

Hi,
Can anyone suggest me how to generate a sequential numbers from n to n-m (say 10 to -1) with an interval of -0.1?
Thanks in advance.
Tika
rhjpires wrote:
Try this: make/O /N=111 w=10-0.1*p

TRK
Thank you so much. It works well.
Depending on the purpose you may want to consider using wave scaling:

make/O /N=111 w
setscale/P x 10, -0.1, "", w
edit w.id
 // calculate something
w=x^2