hiSaveAsViewfile
hiSaveAsViewfile( [w_windowId] [t_fileName] ) =>t / nil
Description
Saves the contents of the current window to the specified name.
This function does not save the file if the file name already exists. You must specify a unique file name before the file is saved.
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. |
|
Value Returned
|
w_windowId is invalid, t_fileName already exists, or t_fileName is null. |
Related Topics
Return to top