09-19-2005 11:48 AM
ArrayData[65535];
TextBox;
ASCII
HEX
11-04-2005 02:33 PM
You can use the Fmt(...) function for the hex part like this:
Fmt(Buf, "%s<%65535x[j1],", ArrayData);
using an appropriately sized Buf.