Viz Arc Script Guide
Version 1.9 | Published October 31, 2023 ©
Script View
In Script View, you can write your own custom script in JavaScript language through Google's V8 or Microsoft's JScript (ECMAScript3) or in VBScript language, as in the following example:
It's possible to create custom forms and components, such as text boxes and buttons.
|
To run the script, select the Start button on the top left of the window. |
|
Form Design can be edited by selecting the UI button . Every element can be selected and moved, aligned and distributed on the main form. To go back to code editing, select the CODE button. |
|
To edit a script, press the Stop button on the top of the script main window. |
|
Console logs and debugs are displayed in the CONSOLE pane. |
|
Import code internally from the clipboard or an external text file in the script pane.
|
|
Use the Language menu to select a scripting language. |
In edit mode, Script Callbacks can be selected from the list and added:
You can locate a custom function by selecting it from the Functions list:
See Also