Macro Command Reference
copydata <subview number> [RANGE]
Copy data from one subview to the current. If no range is given all data buffers will be copied.
RANGE
A list of numbers (e.g. used for the loop
command):
n | defines a range from 0 to n |
from;to;step | defines a range where the arguments may be math expressions. |
b1,b2,b3,...,bn | a list of numbers where the arguments may be math expressions. |
bs..be | numbers from bs to be |