Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
old-macro:select-mode [2021/03/08 05:08] – kabuneko | old-macro:select-mode [2021/04/24 01:52] (current) – kabuneko | ||
---|---|---|---|
Line 5: | Line 5: | ||
* マクロの内容は次のとおり。 | * マクロの内容は次のとおり。 | ||
- | < | + | < |
' | ' | ||
' | ' | ||
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 |
' | ' |