Skip to content

Commit

Permalink
Merge pull request #1598 from usagisita/feature/fix_help_jscript_samp…
Browse files Browse the repository at this point in the history
…le_instext

ヘルプのJScriptサンプルのInsTextに()がなかったのを修正
  • Loading branch information
usagisita committed Mar 21, 2021
2 parents c302079 + b9f9856 commit 930a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/sakura/res/HLP000270.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>マクロ記載例</h2>
Editor.InsText(<span class="codestr">"&lt;br /&gt;"</span>);<br>
InsText(<span class="codestr">"&lt;br /&gt;"</span>);<br>
var str = Editor.<a href="HLP000284.html">ExpandParameter</a>(<span class="codestr">"$f($x,$y)\r\n"</span>);<br>
Editor.InsText str;<br>
Editor.InsText(str);<br>
Editor.ExecCommand(<span class="codestr">'dir /b'</span>, 3);<br>
</div><br>
■例3: WSH(VBScript)<br>
Expand Down

0 comments on commit 930a6bf

Please sign in to comment.