「JavaScript を実行」の版間の差分
SyntaxHighlightにcopyの追加 |
オブジェクト名の修正(マクロリファレンス:3:OutputBar オブジェクトを参照) |
||
| 38行目: | 38行目: | ||
if (document.selection.Text) { | if (document.selection.Text) { | ||
outputBar.visible = true; | |||
// | // outputBar.Writeln(">> " + document.selection.Text); | ||
outputBar.Writeln("=> " + eval(document.selection.Text).toString()); | |||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
スポンサーリンク