Reload

The Reload function reloads the input. Any unsaved changes will be lost.

Syntax :

Reload()

Example :

Sub RunScript
    Location.Reload(True)
End Sub