Michael Clease
26-05-2007, 18:35
' Usage of the Choose$ Instruction example
'
' Returns the indexed String
'
' Written by Abraxas
Dim Mychoice as Dword value 3
DIM Mystring as String value "Option 3 "
DIM RetString as String
RetString = Choose$ (Mychoice, "Option 1", "Option 2", MyString)
msgbox 0, RetString
'
' Returns the indexed String
'
' Written by Abraxas
Dim Mychoice as Dword value 3
DIM Mystring as String value "Option 3 "
DIM RetString as String
RetString = Choose$ (Mychoice, "Option 1", "Option 2", MyString)
msgbox 0, RetString