User`s guide
MENU COMMANDS
Copyright © 2006, Cognitive. 121
Example 3 The following label format will store a menu called
MENU_ONE. Each MENU ACTION command will print
a different label:
! 0 0 0 0
MENU START 3 MENU_ONE
MENU ITEM "Print label 1 \r"
MENU ACTION "! 100 90 1\nW 224\n U A24 20 20
Label 1\nE\n"
MENU ITEM "Print label 2 \r"
MENU ACTION "! 100 90 1\nW 224\n U A24 20 20
Label 2\nE\n"
MENU ITEM "Print label 3 \r"
MENU ACTION "! 100 90 1\nW 224\n U A24 20 20
Label 3\nE\n"
MENU END
END