Syntax and Key Features - mathisi-io/t24dev GitHub Wiki
T24 Programming - Syntax and key features of InfoBasic
Variables
-
Declaration is not required
-
Assigned types during runtime:
-
Indexes (for string or arrays) start from 1 (not 0)
-
Operators: assignment, comparison, arithmetic
-
Multi-value and system variables
-
Statements and Functions