Grid.SaveToFile

boolean Grid.SaveToFile (

string ObjectName,

string FullPath,

string SeparatorCharacter = "," )

Description

Saves items from a grid object to a file using a specified delimiter.

Parameters

ObjectName

(string) The name of the grid object.

FullPath

(string) The full path to a file to save the grid items to, separated by the specified delimiter.

SeparatorCharacter

(string) The delimiter to use to separate the grid items.

Returns

(boolean) Returns true if the save was successful, or false if it was not. You can use Application.GetLastError to determine whether this action failed, and why.

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