From: Anonymous on
i m Developing a Knowledge Game Which is Based on Question and Answers.
i m stuck to taking Value from Combo Box i want to calculte Score From which
user Option select from Combobox For example here is my script

Option1:=wcDisplayControl(400, 247, 200, 20, "ComboBox", "CE1")
wcSetPropertyValue(Option1, "ComboBoxStyle", "Non editable")
wcSetPropertyValue(Option1, "Items", "Alternator\rGenerator\rHydraulic
Pump\rDC Motor")
wcSetPropertyValue(Option1, "Value", "0")

i have three boxes Option1,Option2,Option3
now i want to do if user select (Alternator) for first Box (Generator) for
second third (Hydraulic Pump) then all Individual Answer get TotalScore +1

Plz help i have to Deliver this by today..

Thnx
Regards
Azeem