Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EVALUATE not support null parameter
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00841002
Message ID:
00841517
Vues:
35
>Hi George,
>
>------
>A null string is a string of zero length and terminated by a CHR(0). A null is completely different.
>------
>
>------
>LOCAL lcstring, lvnull
>lcstring = "" && a zero length string
>lvnull = NULL && a null
>? VARTYPE(lcstring) = VARTYPE(lvnull), VARTYPE(lcstring), VARTYPE(lvnull)
>------
>
>Where is null string on this code ?
>
>
>lcstring = "" && a zero length string
>
>this is a empty string, not a null string.
>
>For you a zero length string is a null string ?
>
Fabio,

By defintion a null string has a data type, a null does not.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform