How does JSL automatically get data for each cell in the selected range of the cursor?
For example, "Big class.jMP "has selected column 1, and column 2 has already selected row 6
How can write JSL to automatically write the cell values of the selected range into a variable?It looks like this:
s1="TIM"
s2=12 Thanks!