maeExportGlobalVariablesToCSV
maeExportGlobalVariablesToCSV(t_sessionName t_CSVFilePath) => t/ nil
Description
Exports global variables from Virtuoso ADE Assembler to the given CSV file.
Arguments
|
If not specified, the variables are exported from the current session. |
||
|
Name of the CSV file to which the variables are to be exported. |
||
Value Returned
Examples
Exports the global variables from the current maestro session to the file globalvar.csv:
maeGetSessions()
=>("fnxSession0")
maeExportGlobalVariablesToCSV("fnxSession0" "globalvar.csv")
=> t
Return to top