|
|
|
|
| Les différents type de données des fichiers EBS | ||
| Type | Description | Taille |
| CHAR | 8 bits non signés (Caractères) | (1 octets) |
| BYTE | 8 Bits non signés entiers | (1 octets) |
| WORD | 16 Bits signés entiers | (2 octets) |
| UWORD | 16 Bits non signés entiers | (2 octets) |
| LONG | 32 Bits signés entiers | (4 octets) |
| ULONG | 32 Bit non signés entiers | (4 octets) |
| SINGLE | 32 Bit signés flottant (format IEE) | (4 octets) |