Hello Guys,
I want to specify a number array from 1 to 100.
Right now I am doing it in the following way.
sel[1] = {"1", "2", "3", "4", .....continued upto "100"};
But this method is very cumbersome as I have to type in all numbers up to 100. Is there any shorter way in which I can tell JMP that I mean all numbers from 1 to 100.
Thanks