The scriptTag(...) is a convenience method that produces an HTML script tag with an enclosed script.  The primary purpose is to avoid Google Chrome's XSS security logic from triggering while editing a RelateScript formula.

Syntax:
scriptTag( script )
script.scriptTag( )

Parameter Description
script A String value containing the script to place between the opening and closing script tags