Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Truncate question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00544131
Message ID:
00544191
Views:
18
>>lcString = LEFT(lcString, LEN(ALLTRIM(lcString))-4)
>
>
>I'm sure it was an oversight, but for the benefit of the "newbie", if you're going to ALLTRIM() in the LEN(), you'll need to ALLTRIM() in the LEFT() as well.
>
>lcstring=lefT(ALLTRIM(lcstring), LEN(ALLTRIM(lcstring))-4)

You are right.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform