Data Types

Data types are used to categorize and process data. The thinkScript® compiler allows or limits operations based on data type.

The data type for variables is automatically defined after assignment while functions accept arguments of specific data types as parameters, reducing runtime errors and ensuring consistent data usage.

Here is the full list of available data types: