Macro Command Reference
dataloop <buffer> [step]
Starts a loop for all data points in the given buffer. The running variable for the loop command is
l
, in this case the same as the point number in the buffer. During the loop the variables lx
, ly
, lxe
, lye
contains the values of the corresponding data point. It is not possible to define data loops inside another loop.