Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
0 length string is not recognized ???
Message
From
23/12/2001 07:06:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
0 length string is not recognized ???
Miscellaneous
Thread ID:
00597801
Message ID:
00597801
Views:
57
Hi all:
I have this very simple code in the Lost Focus event of a field:
*SET STEP ON
STORE ALLTRIM(THIS.VALUE) TO xValue
IF xValue=""
RETURN
ELSE
(Do stuff)
ENDIF
I am seeing the value of xValue as "xxxxxx", however, the code executes the RETURN command instead of the ELSE part. Why is so?
TIA for your time.

Ulises
Next
Reply
Map
View

Click here to load this message in the networking platform