Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML string decode
Message
From
22/11/2008 01:48:57
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01347322
Message ID:
01363633
Views:
25
Hi Christof, I believe (?) you meant the last line to be:
? oIE.Document.body.innerText
-Mark

>Hi Denis,
>
>>How can I programmatically convert to text a strings like "ä" ?
>
>You can let Internet Explorer do the work for you:
>
>oIE = CreateObject("InternetExplorer.Application")
>oIE.Navigate("about:blank")
>oIE.Document.body.innerHTML = "ä"
>? oIE.Document.body.innerHTML
>
Previous
Reply
Map
View

Click here to load this message in the networking platform