Using specific row values for use in a formula with JSL
I would like to do something that I learnt a long time ago in VB, but am struggling with JMP scripting language. I am new to JMP.I would like to run a For loop in a formula but use a cell array. For example, I know I can reference a column as follows: j = Column ("a");If I then say j[4] = 77 + 2; I will get the value 79 in column “a”, row 4.What, though, if I wanted to run a loop on Column "a", ...
awallace