Byte | 1 | 0 to 255 | -128 to 127 |
Word | 2 | 0 to 65,535 | -32,768 to 32,767 |
Dword | 4 | 0 to 4,294,967,295 | -2,147,483,648 to 2,147,483,647 |
Float | 4 | 3.4E +/- 38 (7 digits) | same as unsigned |
Double | 8 | 1.7E +/- 308 (15 digits) | same as unsigned |
Ascii | length of text | NA | NA |
Asciiz | length of text + 1 for terminating null | NA | NA |