Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

gmStudio does not currently do parameter replacement in script #includes includes.

However, gmBasic does do parameter replacement on its variables, and there are a lot of these including a handful of variables specifically defined for consistency with gmStudio.

...

<Select Srcname=”%Srcname%”/>

and in an #include include file

<Fix host="(%= SrcName%).gmTraceLogger" name="PostEdit_tracelogger">
<Replace name="rename trace logger file">
<OldBlock><![CDATA[gmTraceLogger_vb6.log]]></OldBlock>
<NewBlock><![CDATA[gmTraceLogger_net.log]]></NewBlock>
</Replace>
</Fix>

...