08-23-2007 03:17 AM
08-23-2007 03:34 AM
I usually use the standard ANSI printf() family for formatted output - here you could use the formatting string "%02X %02X %02X %02X %02X %02X" to produce the output you need. I don't know if Fmt() will recognise this formatting in the same way but its worth a try.
JR
08-23-2007 04:13 AM
08-23-2007 07:17 AM
08-23-2007 07:56 AM
08-26-2007 04:02 AM
Hi,
The Uppercase thing can be solved by using :
stringUpperCase(ReadBuffer);