Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A little tip
Message
From
06/09/2003 12:24:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
A little tip
Miscellaneous
Thread ID:
00826775
Message ID:
00826775
Views:
43
Hi,

On a SELECT for control the size of a result char field, with left alignment,
the normal code used is:
SELECT PADR(cExp,LenResult) ....
You can use
SELECT LEFT(cExp,LenResult) ....
It is faster.

Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform