this

Syntax this

Action Determines the address of the current script.

Examples Create a script at workspace.testThis. It should have one line:

dialog.notify (this)

The dialog box will display workspace.testThis.

To get the address of the parent table containing a script:

parentOf (this^)
Notes In local handlers, this points to the script containing the handler.

This keyword is new in Frontier 5.0.

Discuss