DumpVariables(file_name);
file_name
A string specifying the name of the file to create. A file path can be specified.
Note: Dumps all variables and their values to a specified file. All variables that have a value assigned to them at the moment of script function execution are dumped. You can invoke the function at any level of execution. If the file already exists, the new data is appended to the existing file.
1
$dump_var = DumpVariables("C:\mylogs\dumped_variables.txt");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |