Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable misbehave
Message
 
To
22/04/1999 13:18:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00211026
Message ID:
00211149
Views:
28
>FYI---
>thanks for your help... One of the Vars turned up null. used NVL to fix.
>I knew a null+non null=null
>didnt know Foxpro didnt reassign if new val evaluates to null
>interesting and weird am I missing a concept?

Brian,

Not that I know of. When I tested this;
c1 = ""
c1 = NULL
c2 = "Test"
c3 = "Test1"
c2 = c1 + c3
?c2
I got NULL as the value of c2 so ti was changed
Previous
Reply
Map
View

Click here to load this message in the networking platform