×
Menu
Index

Overview

 
TBScript is a simple yet flexible scripting language, which allows you to automate many different types of tasks. TBScript is similar to the BASIC language and users familiar with BASIC should quickly become productive using TBScript.
TBScript is loosely typed in that variables do not need to be declared and the same variable can store data of any of the supported types. In addition, it is not case sensitive. Variables and symbols can use any combination of upper and lower case characters.