Multi-level of indirect reference of row indexing is supported. Note: [ ] is used to specify row number.
Start a new worksheet.
Run the following LabTalk script
wks.ncols = 7; range r1=1, r2=2, r3=3; r1=data(1,32); r2=data(5,20,5); r3=data(2,3,1);
A[10:15] and A[B2:B3] in Fx cell of column D and E will put data from row 10-15 of Column A into the column.
Multi-level of indirect indexing in [ ] not supported in the past. E.g. A[B[C1]:B[C2]] and A[B[C[1]]:B[C[2]]]. They are supported in Origin 2025 to get same output.