Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Old Bug, VARTYPE() with lNullDataType fire a error
Message
De
01/11/2004 10:25:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Old Bug, VARTYPE() with lNullDataType fire a error
Divers
Thread ID:
00956559
Message ID:
00956559
Vues:
95
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
Répondre
Fil
Voir

Click here to load this message in the networking platform