Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing weird characters
Message
 
 
À
22/12/2009 09:22:11
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01440140
Message ID:
01440146
Vues:
55
IMHO, you can have _ and . in the file name/path.

>>I use my own software to manage my emails
>>
>>When I save attachments I use the file name I get from the server to name the file to be saved
>>
>>But sometimes the file name has weird caracters as below,
>>and it results in error when saving the file
>>
>>
>>
>>
>> file2001abc5%9#<ƒ-@ ŠÊ<óŸumo]@.jpg
>>
>>
>>
>>
>>Is there anyway to remove all strange chars and keep only a-z and 0-1 chars ?
>>
>>I tried CHRTRAN( ) but it's impossible to predict what strange char I will receive
>>
>>I dont need to replace the weird char, just delete it
>>
>>Moises
>
>
lcFileName = "file2001abc5%9#<ƒ-@ ŠÊ<óŸumo]@.jpg"
>lcGood ='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
>
>lcFName = Juststem(m.lcFileName)
>lcExt = Justext(m.lcFileName)
>
>? FORCEEXT( Chrtran(m.lcFName, Chrtran( m.lcFName, m.lcGood, '' ), ''), ;
> Chrtran(m.lcExt, Chrtran( m.lcExt, m.lcGood, '' ), ''))
>
Cetin
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform