Generating Columns with a for loop
Hello, I try to generate several columns with the next JSL script line but when running the script the data table is blank: For(i=0,i<3,i++,New Column( "A", Numeric, Continuous, Format( "Best", 10 ), Set Values( [1, 2, 3, .] )))How can it be fixed?