Hi all,
Using this call:
hb_StrDecodEscape( "\x1BE" )
results in 0xBE.

I'd expect 0x1B plus an 'E' char.

What's the best way to avoid 'E' being considered
as part of the hex number?

[ Notice the string is picked up from an external text file,
so splitting it to "\x1B" "E" isn't an option. ]

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to