Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Character strings---picking out substrings
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00125430
Message ID:
00125433
Vues:
13
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform