Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Confusion over NULL
Message
 
 
À
14/03/2007 12:30:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01203230
Message ID:
01203510
Vues:
22
You're welcome.

>Thanks for the info. Appreciate your help as always.
>
>>By default, any memory variable created, has type 'L' - logical. With Scatter a memory variable has a type of the corresponding field.
>>
>>zz = NULL
>>? TYPE("zz")	&& L
>>? STR(zz,5) 	&& Error because zz is logical
>>
>>zz = 0
>>zz = NULL
>>? TYPE("zz")	&& N
>>? STR(zz,5) 	&& No Error
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform