Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Character strings---picking out substrings
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00125430
Message ID:
00125433
Views:
12
>I have to go through a table and choose part desriptions to put in a report; here's the problem --- the way the parts are listed in the table is like this:
>
>group(brakes)
>group(gears)
>etc.
>
>I need to remove the string within the parentheses to place in a report. HELP!!
>
>Perry

You have AT() and SUBSTR() functions to make string manipulations, e.g. if you want to retrieve part of string between parentheses, then you use AT to find position of the left and right parenthesys and then use SUBSTR() to get result.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform