FreeBASIC Types
FreeBASIC Types
Data type
Integers
Floating
points
Strings
Value range
Size
BYTE
-128
127
8 bits
UBYTE
255
8 bits
SHORT
-32'768
32'767
16 bits
USHORT
65365
16 bits
INTEGER [%]
-2'147'483'648
2'147'483'647
32 bits
UINTEGER
4'294'967'295
32 bits
-2'147'483'648
2'147'483'647
32 bits
LONGINT
-9'223'372'036'854'775'808
9'223'372'036'854'775'807
64 bits
ULONGINT
18'446'744'073'709'551'615
64 bits
SINGLE [!]
1.1E-38
32 bits
DOUBLE [#]
2.2E-308
64 bits
STRING [$]
0 Bytes
2 Gigabytes
8 bits/char
0 Bytes
2 Gigabytes
8 bits/char
0 Bytes
2 Gigabytes
16 bits/char
Defining variables:
Examples:
http://www.the.killer.webpark.pl