Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVALUATE not support null parameter
Message
From
22/10/2003 11:33:08
 
 
To
22/10/2003 11:27:45
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00841002
Message ID:
00841088
Views:
32
>>hi Frederico,
>>
>>>Fabio, if (X = 'NULL') X is a string but if (X = null) (without '') X is really null
>>
>>Then, why VFP fire a error with this ?
>>
>>
>>x=RTRIM(NULL)
>>x=NULL
>>? x+1
>>
>>
>>Fabio

Because you are attempting to combine two different datatypes -
it also fires an error if you do this
Release x
x=null
? x+1
or this
Release x
x=null
? x+" some text"
or this
Release x
x=1
? x+" some text"
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform