The Item: ScriptDefinitionA Script is an item which contains long text that can be used as a parameter value for other items. Double-click on the item titlebar rolls up or rolls down the window to open or close the script. Exampleimport sys argument = sys.argv[1] print "first argument="+argumentResult valueThe result of the execution of a script is the script text itself. See alsoReturn to the reference manual |