old-macro:select-mode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
old-macro:select-mode [2021/03/08 05:08] kabunekoold-macro:select-mode [2021/04/24 01:52] (current) kabuneko
Line 5: Line 5:
   * マクロの内容は次のとおり。   * マクロの内容は次のとおり。
  
-<code>+<code vbscript>
 '書式を選択・読込み / Ver. 0.90 for New QX / by kabuneko 2021/03/08 '書式を選択・読込み / Ver. 0.90 for New QX / by kabuneko 2021/03/08
 '書式の最大数を30に変更 '書式の最大数を30に変更
Line 39: Line 39:
     'メニューを表示・選択アイテムを実行     'メニューを表示・選択アイテムを実行
     sel = popupmenu(mode$)     sel = popupmenu(mode$)
-    if 2 < sel and sel < 18 then @StyleNo = sel-2+    if 2 < sel and sel < 33 then @StyleNo = sel-2
  
     'カーソル位置復元     'カーソル位置復元
  • old-macro/select-mode.1615147724.txt.gz
  • Last modified: 2021/03/08 05:08