findReplaceReportFileName
layout findReplaceReportFileName string "fileName"
Description
Specifies the file name to save the detailed report for find and replace operations.
The default is "vlsSearchReport.csv".
GUI Equivalent
Examples
envGetVal("layout" "findReplaceReportFileName")
envSetVal("layout" "findReplaceReportFileName" 'string "file1")
Related Topics
Return to top