binaryutils.vb6.zip
-------------------
VB6/VBA code to handle bytes, hex strings and unsigned words.

MODULES
basByteUtils:    Misc byte utilities in VB. Last updated August 2001. 
                 Superseded by basConvert but still useful in VBScript/ASP.
basConvert:      Utilities to convert between byte arrays, hex strings,
                 strings containing binary values, and 32-bit word arrays.
                 Last updated November 2003.
basUnsignedWord: Utilities for unsigned word arithmetic. Last updated June 2008.

CONTACT
http://www.di-mgt.com.au/
http://www.di-mgt.com.au/contactmsg.php?topic=Programming

COPYRIGHT
All code was originally written in Visual Basic by David Ireland
and is copyright (c) 2000-8 D.I. Management Services Pty Limited.
All rights reserved.

You may use this code in your applications provided this
copyright notice is left intact.

This code may only be used as part of an application. It may
not be reproduced or distributed separately by any means without
the express written permission of the author.

David Ireland and DI Management Services Pty Limited make no
representations concerning either the merchantability of this
software or the suitability of this software for any particular
purpose. It is provided "as is" without express or implied
warranty of any kind.

IF YOU DO NOT AGREE TO THESE TERMS, DO NOT USE THE SOFTWARE.

This document last updated: 25 June 2008
++++++++++++++++++++++++++++++++++++++++
