From: Eduardo on
James Hahn escribió:

> Hex(Asc("A")) & Hex(Asc("B")) & Hex(Asc("C"))

Ah, OK.
From: Jeff Johnson on
"Eduardo" <mm(a)mm.com> wrote in message news:h8thta$3vd$1(a)aioe.org...

>> Hex(Asc("A")) & Hex(Asc("B")) & Hex(Asc("C"))
>
> Ah, OK.

Honestly, 414243 didn't jump out at you as the hex values for ABC?


From: Eduardo on
Jeff Johnson escribi�:
> "Eduardo" <mm(a)mm.com> wrote in message news:h8thta$3vd$1(a)aioe.org...
>
>>> Hex(Asc("A")) & Hex(Asc("B")) & Hex(Asc("C"))
>> Ah, OK.
>
> Honestly, 414243 didn't jump out at you as the hex values for ABC?

Honestly, not.
(otherwise I wouldn't ask.)

If I had worked with dynamic web pages and Hex ASCII values for letters,
surely.
From: Jeff Johnson on
"Eduardo" <mm(a)mm.com> wrote in message news:h8tk12$6ot$1(a)aioe.org...

>>>> Hex(Asc("A")) & Hex(Asc("B")) & Hex(Asc("C"))
>>> Ah, OK.
>>
>> Honestly, 414243 didn't jump out at you as the hex values for ABC?
>
> Honestly, not.
> (otherwise I wouldn't ask.)
>
> If I had worked with dynamic web pages and Hex ASCII values for letters,
> surely.

Or if you had worked with assembly language in the past, like me. Got
reeeeeally familiar with hex from that.