Sequential numbering across different data tables
Hello all, I am pretty new to JSL, so I have this small doubt where I have 3 data tables, and each holds 12 rows. So, I want to add a line of code which gives me an output like for table1-the num col will be 1-12, for table2- the num col will be 13-24 and for table-3 the num col will be 25-36. Can you help me with this. Thank you in advance.
<JSL>
l = 117;
w = 32;
h = 43;
ls = 19.6;
ws = 16.4;
...