Public Function ChecksumX( _ ByVal vValue As Variant _ ) As Variant
ChecksumX("A") = "A" ChecksumX("ABCD") = Chr$(4)See also:
ChecksumXFile Function Checksum8 Function Checksum16 FunctionvValue: String containing the characters whose ASCII values are to be added together. Function returns Null if vValue is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.