ResultVariable
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
TextFile.WriteFromString
OverviewExamples
TextFile.WriteFromString ( string Filename,
string Text,
boolean Append = false )
De s cr ip t ion
Writes a string of text to a text file.
P arame t er s
Filename
(string) The full path to the text file.
Note: If the file does not exist, it will be created.