"Could not look up value for variable!"
when I try and use this part of my code...
[Setone]
neo(pix,rd,gn,bu)
wait
Is it because I have not implemented correctly the listbox...
listbox "0,1,2,3,4,5,6,7" pix
in looking at the listbox statement there is a height parameter. What does the height parameter actually do??
In the documentation example you have the height parameter set to 5. Is 5 correct for your example? or should it be 3?? Is height the number of items in the list?? or how high the listbox should be on the web page? or what??
The selected item will be placed into the variable.
listbox {Item list separated by commas} {var name} {Height in items}
example
listbox "One,Two,Three" bla 5
thanks
dwight