Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: STR() not support correctly null variables
Message
From
16/05/2003 08:44:11
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00789137
Message ID:
00789166
Views:
27
Hi Sergey,

NULL semantic is complex , but:

On my previous example, x is Logical, not char, and str() return error, but trims() functions return char null (correct for me on not VFP strong typing variable context).

If you have reason, why:

y=4
y=NULL
? LTRIM(y),VARTYPE(y,.t.)

LTRIM() not test null data type, then LTRIM() it suffers from complementary BUG.

Also in the use of the NULL one logical coherent must exist.

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform