Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trim to specified character
Message
From
19/05/2004 12:59:34
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00905326
Message ID:
00905329
Views:
8
I'm assuming you meant picking off the characters from the list...

lcLast = SUBSTR(fullname, 1, AT(',', fullname))
lcFirst = SUBSTR(fullname, AT(',', fullname)+ 1)


>I have a field labeled FullName, in a database someone create awhile ago. The data format is last name, first name.
>
>Is there a way to do a LTrim to the ',' then do a RTRIM to the ',' ?
Previous
Reply
Map
View

Click here to load this message in the networking platform