How can I assign a user-specified name to graphics captured by an interactive macro?


You can use /SHOW,PNG and /REPLOT to capture the latest display to a file and then
rename the file in the script as follows:

*ASK,Provide name of plot in single quotes,Name_Plot

/RENAME,file000,png,,%Name_Plot%,png





Show Form
No comments yet. Be the first to add a comment!