The following constants can be used in the processes without being declared. They have a preset value. | | | Constant | Use | Value |
---|
CR | "Carriage Return" character: go to the next line (used in the character strings) | Charact(13) + Charact(10) | CRLF | Go to the next line | Charact(13) + Charact(10) | EOT | Character found at the end of external files | Charact(4) | ESC | Character corresponding to the "Esc" key. | Charact(27) | ESP | Non-breaking space. | Charact(160) | False | Boolean | 0 | NULL | Integer initialized to 0. For example, a "null" parameter can be used in an API function (API or CallDLL32) | 0 | TAB | "Tabulation" character (used in the character strings) | Charact(9) | True | Boolean | 1 | ValPI | Approximate value of Pi. | 3,14159265358979323 |
This page is also available for…
|
|
|
|