Script Access

All VARA objects have a Script Access section on their definition pages that determines the error handling when scripts read the VARA object. In this section you decide what happens if scripts access the VARA object and the key to which they refer is not available.

You have the following options:

  • Return error

    The script ends abnormally and a runtime error message is displayed in the Messages console

  • Return initial values (Default)

    The script continues executing although the key is not available. No runtime error is displayed. The report contains an empty string indicating that no key has been found.

    Tip: Ensure that the keys of VARA objects always return a value if you want to use this option.

See also: