Field types
| Field Type | Description |
|---|---|
| Character (C) | Alphanumeric character. |
| Number (N) | Real number. |
| Date (D) | Dates in various formats. |
| Logical (L) | Boolean values: T (true), or F (false). |
| Memo (M) | Free-form text data. |
| Date/Time (T) | Dates and times in various formats. |
| Currency (Y) | Currency values. |
| Integer (I) | Whole numbers (integers). |