Variables and data types
Variables are used to control the process flow in ScriptoMate.
Variables have a data type and a value. ScriptoMate only displays variables with compatible data types.
Variables are either static or dynamic. Static means it is created design time within the ScriptoMate IDE. Dynamic means it is create run-time, using an action that sets one or more variables.
ScriptoMate supports the below variable data types:
Basic data types |
String, Integer, Decimal, Boolean, Date, Time, DateTime FolderPath, FilePath, Password Enumerator |
Complex data types |
Datarow, Message |
Documents |
TextDocument, XmlDocument, JsonDocument, HtmlDocument, ExcelDocument |