Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Accepting .NULL.
Message
From
25/01/2001 08:04:48
 
 
To
25/01/2001 07:15:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00468365
Message ID:
00468376
Views:
32
Sorry... I replied too quickly. This is more efficient:

FOR i = 1 TO FCOUNT()
lcFldName = FIELD(i)
luFldVal = EVAL(lcFldName)
REPLACE ALL (lcFldName) WITH GetEmptyValue(TYPE(lcFldName)) FOR ISNULL(luFieldVal)
ENDFOR
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform