Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PROPER in putfile
Message
De
02/04/2004 19:19:24
 
 
À
02/04/2004 19:10:15
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00891677
Message ID:
00891942
Vues:
34
LOCAL lcFileName, lcDir
lcFileName = "My File.DOC"
lcFileName = PUTFILE("Filename:",lcFileName,"doc")
lcDir = ADDBS(JUSTPATH(lcFileName))
lcFileName = lcDir + PROPER(JUSTFNAME(lcFilename))
?lcFileName
this will show me the putfile first, then convert the lcfilename to PROPER. i want to actually bring the PROPER once the PUTFILE fires.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform