On Tue, Sep 30, 2003 at 11:17:19AM -0500, Vicki Stanfield wrote: > CRCval=ord(value2add) ^ ord(seed) Note that ^ is XOR; | (the vertical pipe) is the symbol for OR. --amk