Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Accepting .NULL.
Message
From
01/02/2001 16:51:41
 
 
To
01/02/2001 13:22:27
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00468365
Message ID:
00471484
Views:
37
Jeffrey,

Sorry for the typo. This should (finally) work:

FOR i = 1 TO FCOUNT()
lcFldName = FIELD(i)
luFldVal = EVAL(lcFldName)
REPLACE ALL (lcFldName) WITH GetEmptyValue(TYPE(lcFldName)) FOR ISNULL(luFldVal)
ENDFOR

>Hey daniel,
>
>did you mean lufieldval or lufldval?
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform