Extract Max number from a column and feed it to a for loop in the same jsl script
My JSL script has 3 parts. In the first part, I am creating a numeric column (Column A) with 100 rows filled with random integers between 50-1000.In t...
AsymptoticCos