Data Types
Language Items List
The following table shows the basic data types that Phoenix supports. The
type-declaration character and memory required for storage are also included.
Data Type Storage
Type Declaration Memory
Integer % 2 bytes
Long (long integer) & 4 bytes
Single (single-precision ! 4 bytes
floating-point)
Double (double-precision # 8 bytes
floating-point)
Currency (scaled integer) @ 8 bytes
String $ 1 byte per character
User-defined (using Type) None Number required by elements
See Also:
Currency Data Type
Double Data Type
Integer Data Type
Long Data Type
Single Data Type
String Data Type