Can someone explain to me what these do?
I've read the help about them, but it I can't figure out what they do or how I might be able to use them.
My original thought was that I could take a string and perform HTMLEncode and it would format the string for use in a URL (such as replace spaces with %20). This does not appear to be the function of this command, so any insight is greatly appreciated.
HTMLEncode/HTMLDecode
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7393
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: HTMLEncode/HTMLDecode
They do as their name suggests and as the manual says:
This is not the same as URL Encoding. For that you can use the VBScript Escape function.Replaces the characters with special HTML significance with the corresponding HTML character entities.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?