Type
Define the data type
Syntax :
TYPE=<Type>
Available values
STRING (string of character),
INTEGER (integer),
REAL (real - decimal separator ".").
Example :
TYPE=STRING
...
TYPE=INTEGER