Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Listbox Selection Automatically Generating a NOT

I have a  very simple listbox example.  Everything works fine when I select six or less items.

listbox error1.PNG

As soon as I select the seventh items, I get a NOT value...

listbox error2.PNG

1 Reply
Anonymous
Not applicable
Author

I found the answer...

listbox error3.png

I need an entire list of all individual selected values and this command works:

getfieldselections(Dimensions,',',999)