Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you deal with double quote?
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00586726
Message ID:
00590323
Views:
62
>Can't you just use Response.Write(FixHTMLForDisplay(lcText))? If that doesn't work, at a minimum you could do:
>
>lcText = FixHTMLForDisplay(lcText)
>Response.Write(lcText)
>
>Then you can avoid using ExpandTemplate if that's what you're trying to do.

No, I do want to call ExpandTemplate(), otherwise, the table values won't be parsed. <s> I just added FixHTMLForDisplay() where needed.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform