hiSaveViewfile
hiSaveViewfile( [w_windowId] [t_fileName] [g_donotOverwrite ]) =>t / nil
Description
Saves the contents of the viewfile window to a file on disk. If you do not specify any arguments, a Save As form appears that lets you select the file.
Arguments
|
Window you want the function to act on. The default is the current window. |
|
|
Restricts the file from getting saved if the file name already exists. If set to |
Value Returned
|
w_windowId is invalid, t_fileName is not found, or t_fileName is null. |
Related Topics
Return to top