Message
 
To
Todo
General information
Fórum:
Visual FoxPro
Category:
Programação, sintaxe e comandos
Título:
SUBSTR(m.c, 1, m.lnY) vs LEFT(m.c, m.lnY)... Why?
Miscellaneous
ID da thread:
00525954
ID da mensagem:
00525954
Views:
46
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.
Next
Responder
Mapa
View