I am running this simple code
cUserName := "Luis"
If cUserName <> ""
? "Not Empty"
Else
? "Empty"
EndIf
The response is "Empty".
I tried everything that I can think.
Driving me crazy...
Thanks
[#include "Set.ch"
FUNCTION MAIN()
? set(_SET_EXACT )
cUserName := "Luis"
If cUserName <> ""
? "Not Empty"
Else
? "Empty"
EndIf
SET EXACT ON
? set(_SET_EXACT )
cUserName := "Luis"
If cUserName <> ""
? "Not Empty"
Else
? "Empty"
EndIf
RETURN NIL
Users browsing this forum: No registered users and 5 guests