10-06-2009, 02:59 PM
Hi
Value displayed in combobox is LAB & RAD, but 0 and 1 is getting displayed in msgbox i
Value displayed in combobox is LAB & RAD, but 0 and 1 is getting displayed in msgbox i
Code:
ICount = SwfWindow(" ").SwfComboBox("SwfComboBox").GetItemsCount
msgbox ICount (Output is 2)
For i = 0 to ICount - 1
SwfWindow(" ").SwfComboBox("SwfComboBox").GetItem (i)
msgbox i (First Iternation 0 and Second Iternation 1)
Next