Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SubStr() In VisualFoxPro
Message
De
15/06/2000 07:41:07
 
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00379915
Message ID:
00380652
Vues:
17
be carefull with values from a database, it is better to use the mid() function instead of mid$().

mid(NULL, x, y) returns a NULL value (a variant can hold a NULL value).
mid$(NULL, x, y) results in an error (invalid use of NULL).
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform