|

ResultVariable


image

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

Debug.Print

OverviewExamples

Debug.Print ( string Text )


De s cr ip t ion


Appends text to the bottom of the debug window.


P arame t er s


Text


(string) The text to add to the debug window.


Re t u r n s


Nothing.


See also: Related Actions


image

image

Debug.SendToFile

OverviewExamples

number Debug.SendToFile ( string Filename,


boolean Overwrite = true )


De s cr ip t ion


This action will cause all debug output to be written to the specified file. To turn off the logging simply pass a blank string as the filename.


image

Note: If the Debug dialog is visible and you are logging information to a file, debug output will be sent to both the dialog and the file.


P arame t er s


Filename


(string) The full path to the file where the debug output will be written to.


|