I need to separate each hexadecimal (4 bit) into a separate byte. e.g 0x1234567C
is to be separated into ascii '1', '2', ...'C' I think this requires bit string manipulation. Can someone lead me to a solution? I am drawing a blank on what function to use! TIA _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

