In a message dated 98-01-15 20:59:45 EST, you write: > In a message dated 98-01-15 20:13:25 EST, you write: > > > Ok, now say i needed to store a number with a value of over 1,000,000. Is > > this possible?? > > with the correct number of bytes, yes > 2^(bytes*8)=max value > > ~Adamman But how would you access it. I.E. to inc or dec it???