I'm looking to have the operator type in up to 5 feature item#'s to limit the inspection of only those features. Is there a way to have multiple inputs from 1 comment and save them to an array?
I currently have everything working when I have 1 comment input assigned to a variable. Looking to have either 5 variables or an array of 5 numbers without putting the operator though 5 seperate comment boxes.
This is what I have currently..
CHAR =COMMENT/INPUT,NO,FULL SCREEN=NO,
Enter the desired characteristic for inspection.
Enter [0] for a list of available characteristics.
ASSIGN/CH_NUM=CHAR.INPUT
I'm sure I can manage to write some script to parse numbers seperated by commas but trying to avoid that.