HTML ASCII Conversion

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
PedroAlex
Posts: 229
Joined: Tue Feb 09, 2010 3:06 am

HTML ASCII Conversion

#1 Post by PedroAlex »

Hello!

Do you know if there is a function to convert characters in Html format to Ascii? Something like: ConvHtmltoAscii( "% " ) -> result : "%"

Thanks!
Pedro Alexandre

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: HTML ASCII Conversion

#2 Post by skiman »

Hi,

Do you have the regular expression parser from Phil Ide?

If so, I can create a function for you based on it.
Best regards,

Chris.
www.aboservice.be

User avatar
PedroAlex
Posts: 229
Joined: Tue Feb 09, 2010 3:06 am

Re: HTML ASCII Conversion

#3 Post by PedroAlex »

Hi, Chris,

No I Have not!

I asked simply because I thought this function might already exist in Alaska or eXpress and I couldn't find it.
But it's okay if there isn't I can do it easily.

I was just trying to avoid duplicating routines that already exist.

Many thanks )
regards.
Pedro Alexandre

Post Reply