Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putfile problem
Message
 
À
12/08/1998 11:58:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00126062
Message ID:
00126100
Vues:
17
>The PUTFILE function returns the path and filename in uppercase. Is there a simple workaround?
>
>It's just those damn picky users. Pick, pick, pick.
>
>paul

how about
lcFileName = putfile()
if !empty(lcFileName)
    lcFileName = lower(lcFileName)
endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform