Re: A82: Help Please


[Prev][Next][Index][Thread]

Re: A82: Help Please




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