User Guide > Scripting > EZscript Scripting Language
Was this helpful?
EZscript Scripting Language
The EZscript scripting language includes functions, operators, statements, variables, object variables, and error objects. EZscript is similar to Visual Basic (VB), but there are a few key differences such as:
EZscript supports both functions and subroutines (a user-defined function may or may not return a value). The scripting language does not distinguish between them in the definition.
EZscript is supported in both Windows and Linux platforms.
EZscript does not include all VB script functions. However, EZscript includes custom functions that are nonexistent in VB such as the file management functions FileRead and FileRename.
Last modified date: 08/02/2023