escape "slash character", "/", in Menu "Macros"
korytina
<br />
Menu "Macros" <br />
"Load SINGLE Directory [i.e. files in 'M3147_11/a/]", LoadDirectory()<br />
"Plot JV Curves", JVPlot()<br />
End<br />
Menu "Macros" <br />
"Load SINGLE Directory [i.e. files in 'M3147_11/a/]", LoadDirectory()<br />
"Plot JV Curves", JVPlot()<br />
End<br />
Q: How do I escape "/" in Menu Macros, so that "/" is visiable in the Macros menu.
(Currently any "/" is being treated like a special character and is not displayed)
Thank you.
"\\M0Load SINGLE Directory [i.e. files in 'M3147_11/a/]", LoadDirectory()
"Plot JV Curves", JVPlot()
End
"\\M0" turns off special character interpretation.
Execute
DisplayHelpTopic "Enabling and Disabling Special Character Interpretation"
from the Command Window.
November 23, 2010 at 03:45 pm - Permalink