Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Syntax Coloring in HTML
Message
From
05/03/2000 01:00:24
 
 
To
05/03/2000 00:45:06
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00341120
Message ID:
00341830
Views:
22
>>Then why do you bother to replace all instances of a string with the exact same string, twice?
>
>Ok, here is the what is should be: (I only added the top line)
>
>lcCode = strtran(lcCode, '&', '&')
>lcCode = strtran(lcCode, '<', '<')
>lcCode = strtran(lcCode, '>', '>')

>
>And as you can see (since this came from the program), all is good, thanks!

That makes more sense. Good job, this change makes the code useful.

You still hilight reservered words in quotes, but eliminating that is a much harder task. This would require stepping through the text and quote counting.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform