Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SUBSTR(m.c, 1, m.lnY) vs LEFT(m.c, m.lnY)... Why?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SUBSTR(m.c, 1, m.lnY) vs LEFT(m.c, m.lnY)... Why?
Divers
Thread ID:
00525954
Message ID:
00525954
Vues:
45
To all,

I keep seeing
SUBSTR([string], 1, [width])
instead of
LEFT([string], [width])
I've always assumed that the LEFT() command (with underlying C code) would be faster than interpreting (loosely speaking) the SUBSTR() command.

Any thoughts?

Thom C.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform