how to well write the below statement :
I got into the msgbox(ii) even the value of the called function
[getavailableswi tch(checkStr)] is 0
Note : i want the the following to be done within the same if
1-call the function
2-test the retrieved data from the function
Am i thinking correctly???
Regards
Ramy
I got into the msgbox(ii) even the value of the called function
[getavailableswi tch(checkStr)] is 0
Code:
Dim ii As Integer If ii = getavailableswitch(checkStr) <> 0 Then MsgBox(ii) End If
1-call the function
2-test the retrieved data from the function
Am i thinking correctly???
Regards
Ramy
Comment