One other question obout $ZBIT functions.  There doesn't seem to be an
equivalent of shr or shl (i.e. convert 1110 --> 111).  UUENCODE
functions take 3 8-bit characters and converts them into 4 6-bit
characters.  But to do this I would need to be able to shift bit
positions.

Kevin

p.s. for now, I may just use a simple hex encoding (i.e. 1 binary byte
becomes 2 ascii hex digits).  This is a 100% increase in size (twice
normal), versus about a 33% increase with UUENCODE.  But it will tell
me if my entire transfer-binary-data-via-RPCBroker process works.  I
can then come back and do an optimization by changing to UUENCODE
later.

Kevin


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to