Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SUBSTR(m.c, 1, m.lnY) vs LEFT(m.c, m.lnY)... Why?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SUBSTR(m.c, 1, m.lnY) vs LEFT(m.c, m.lnY)... Why?
Miscellaneous
Thread ID:
00525954
Message ID:
00525954
Views:
44
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
Reply
Map
View

Click here to load this message in the networking platform