leExportLabel
leExportLabel(
[ t_fileName ]
)
=> t / nil
Description
Saves the label information in the current cellview to the specified file.
Arguments
|
Name of the file to which label information is written. If the file already exists, the system prompts you to overwrite it. |
Value Returned
|
Label information was not saved to the specified file. The system issues a message to let you know why the operation failed. |
Examples
Saves the label information in the current cellview to a file called labelInfoFile.
leExportLabel("labelInfoFile")
Return to top