Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report on file with filtered index
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00540214
Message ID:
00540274
Vues:
13
>< SNIP >
>>>It's not gonna work. You'll get
a.CODE#PARENTa.CODE.OR.a.PCOFLAG="P"
>>
>>He-he, I realized it before trying... Now the problem is to insert space before and after each symbol. Can you do it in one command or I should use a loop?
>>I'm writing this code right code and this is a part of the code: (though I may eliminate some symbols, which would not used in filter() anyway):
>>#define SYMBOLS ':;,./\<>+=-{}[]()!#*?'
>You can actually get the list
>lcSymbols = Chrtran(lcWhere, "[0-9][A-Z][a-z].", "")
I used [0-9][A-Z][a-z] to represent all digits and letters. Maybe you should look into regular expressions in WSH.

Yes, that's true. It could be done in WSH, but I got an Error, when trying to do something like this on my Windows 95 machine, so it might be simpler to use just VFP functions...
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform