kwijibo
07-05-2002, 02:56 PM
hi
how can i assign a number to a variable depending upon what is selected on a combo box??
eg.
if combobox =item1 then
var.item=1
etc.
and how can i do the vice versa - ie. set the item of a combobox depending upon the number in a variable?
eg.
if var.item=2 then
combobox=item
etc
how can i assign a number to a variable depending upon what is selected on a combo box??
eg.
if combobox =item1 then
var.item=1
etc.
and how can i do the vice versa - ie. set the item of a combobox depending upon the number in a variable?
eg.
if var.item=2 then
combobox=item
etc