Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putfile problem
Message
De
12/08/1998 14:42:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00126062
Message ID:
00126140
Vues:
21
>>>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
>>
>
>Or Proper(lcFileName) && That will confuse them
>
>Wayne

Thanks guys. Lower and proper are better than upper but still not as good as mixed case. Appreciate the tips though.

paul
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform