Yes, adding a subscript to a variable works. My test was bad; used the wrong print function. Thanks for clarifying that.
Bob


I think the following should work (no guarantees though):

loop i=1..5
printf "%f\n", v1[i]
endloop

hth,
sven