Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Old Bug, VARTYPE() with lNullDataType fire a error
Message
From
01/11/2004 10:25:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Old Bug, VARTYPE() with lNullDataType fire a error
Miscellaneous
Thread ID:
00956559
Message ID:
00956559
Views:
94
Previous issue Thread #956549

Bug/Issue : 8 of 27

TITLE: Old bug, VARTYPE() with lNullDataType fire a error

VERSION: 09.00.0000.1720 and previous

EXPECTED:
VARTYPE(undefinedVariable,lNullDataType ) have to return 'U'

OBSERVED:
VARTYPE(undefinedVariable,lNullDataType ) fire a error;
then put .F. or don't put the second optional parameters
it is not the same thing.
PRIVATE y1
? VARTYPE(m.y1)
? VARTYPE(m.y1,.F.)	&& expected 'U'
? VARTYPE(m.y1,.T.)	&& expected 'U'
Thanks
Reply
Map
View

Click here to load this message in the networking platform