Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report on file with filtered index
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00540214
Message ID:
00540271
Views:
14
< 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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform