Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capture part of a filepath
Message
 
 
À
18/07/2002 14:03:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00680095
Message ID:
00680103
Vues:
19
lcPath =  "X:\AAAA\BBBB\"
lnOccurs = OCCURS("\", lcPath)
? STREXTRACT(lcPath, "\", "\", lnOccurs-1)
>I have a variable (called path) storing a filepath such as X:\AAAA\BBBB\
>I need to capture the BBBB portion of the filepath. However, this filepath isn't always going to be this exact format, but I will always need to get the text between the last two '\'. What is the best way I can do this? Seems like it should be easy, however, I have been struggling with it. Hope this makes sense.
>
>TIA!
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform