Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Take off last 4 CHARS.
Message
 
 
To
05/01/2005 22:04:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00974591
Message ID:
00974592
Views:
21
lcStr = "joebloo"
? LEFT(lcStr, LEN(lcStr)-4)
>
>How to take out 4 last characters ?
>
>for example :
>
>joebloo
>joelblaa
>josephblii
>joelleblom
>
>to get the answer like this
>
>joe
>joel
>joseph
>joelle
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform