1. Question about List

I need to know how to set the value of a variable when an item is chosen
from a dropDown List.

new topic     » topic index » view message » categorize

2. Re: Question about List

I figured this out. Let me know if there is a better way.

integer whatscale
whatscale = 0

procedure onChange_List()
 whatscale = getIndex(list)
end procedure

This returns the position of the selected item in the list.
first, second, third, etc.

So I can just use that.....I HOPE

Dave

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu