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:
00540271
Vues:
21
< 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.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform