JSL Script Continue Sequence to End of Table
Hi,
I am new to JSL script. Can anyone teach me how to write the script for below option, "Continue sequence to end of table". I would like to automate this process. I only able to find script to key in the first three rows as below:
dt << New Column("Time","Continuous", Set Values([1,2,3]));
Then not sure how to automate it if I want to Continue sequence to end of table.