Hi Tom,
I think that it's interesting for all the compilers:
Build-in the keywords:
- #define
- #uses FP8087
Pre-initialization en declaration all types of variables:
Examples:
DIM a AS Counter = 5
DIM a(0 TO 4) AS BYTE = (45,78,9,25,65)
- Build-in the Enumeration Datatype like this
TYPE Values AS ENUM = (Good, Middle, Bad)
- Build-in datatypes:
* DATE
* BIT
Greetings,
Stephane
------------------
I think that it's interesting for all the compilers:
Build-in the keywords:
- #define
- #uses FP8087
Pre-initialization en declaration all types of variables:
Examples:
DIM a AS Counter = 5
DIM a(0 TO 4) AS BYTE = (45,78,9,25,65)
- Build-in the Enumeration Datatype like this
TYPE Values AS ENUM = (Good, Middle, Bad)
- Build-in datatypes:
* DATE
* BIT
Greetings,
Stephane
------------------
Comment