Initial values
All members are initialized before first use of OTX in the following form:
-
All data types have an initial value
- Bool = FALSE
- Integer = 0
- Float = 0.0
- String = Empty
- Complex data types = null (mostly)
-
Optionally, the following elements override this value
- Global constants, variables and context variables
- Local constants and variables
- Parameter
So no explicit initial value is specified, the element with the initial value of each data type is initialized.
See also
Imports
Naming conventions
Validation (OTX-checker)
Declarations
Visibilities
Validities
Signatures
Parameter declarations
Procedure
Comments
About OTX data types
Naming conventions
Validation (OTX-checker)
Declarations
Visibilities
Validities
Signatures
Parameter declarations
Procedure
Comments
About OTX data types
Other Resources
-
Created18th October 2011
-
Version3
-
Amended18th October 2011
-
Hits442
Add a comment ...