Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NULL
Message
From
25/08/1999 14:41:23
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: NULL
Miscellaneous
Thread ID:
00257266
Message ID:
00257576
Views:
14
Not sure if this is what you want but if you are trying to display a 0 when the numeric is null you might try something like this.
declare variables
test = ''
OR
test = 0

retval = iif(empty(test)and type('test') = 'C',".NULL.",NVL(test,0))

?retval
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform