InfoConnect for Airlines VBA Guide
ScratchPadSaveAs Function
The full path of the file to save the Scratch Pad contents to.
Saves Scratch Pad contents to the specified file.
Syntax
object.ScratchPadSaveAs( _
   ByVal filePath As String _
) As ReturnCode

Parameters

filePath
The full path of the file to save the Scratch Pad contents to.

Return Value

ReturnCode.Success if the save succeeded, ReturnCode.Error if it failed.
Remarks
If filePath exists, the file is overwritten.
See Also