Create different number of text boxes based on variable
Dear JMPer, I try to create several text boxes in a new window, the number of text boxes is a variableThen I have a slider box , and I need to set text for those tex boxes I just created as I move the barI guess a for loop should be the solution, but I just cannot get it done colname = {"Name", "Height", "Weight"}; //it's a list of column names from previous code, number of items is not fixed
min
...