Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String functions?
Message
De
20/11/2000 16:29:38
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00443839
Message ID:
00443841
Vues:
12
>Hi
>
>I have the name of a file, like
>'c:\dir1\subdir1\myfile.scx'
>There is any function that return 'myfile' or 'myfile.scx'?
>TIA

lcFile = 'c:\dir1\subdir1\myfile.scx'
? JustStem(lcFile) && get 'myfile'
? JustFName(lcFile) && get 'myfile.scx'


These are part of the language starting with VFP 6, prior version use FoxTools.fll.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform