Monday, December 10, 2007

How to work with the integer data type

How to work with the integer data type

To work with the integer data type

Description:

Type Range Format

Shortint -128..127 Signed 8-bit

Integer -32768..32767 Signed 16-bit

Longint -2147483648..2147483647 Signed 32-bit

Byte 0..255 Unsigned 8-bit

Word 0..65535 Unsigned 16-bit


No comments: