Appendix A. CRBasic Programming Instructions
Syntax:
DisplayLine(Value)
DisplayMenu / EndMenu
Marks the beginning and ending of a custom menu.
Syntax:
DisplayMenu("MenuName", AddToSystem)
[menu definition]
EndMenu
DisplayValue
Defines the name and associated data-table value or variable for an item in a
custom menu.
Syntax:
DisplayValue("MenuItemName", Expression)
MenuItem
Defines the name and associated measurement value for an item in a custom
menu.
Syntax:
MenuItem("MenuItemName", Variable)
MenuPick
Creates a list of selectable options that can be used when editing a MenuItem()
value.
Syntax:
MenuPick(Item1, Item2, Item3...)
MenuRecompile
Creates a custom menu item for recompiling a program after making changes to
one or more ConstTable() values.
Syntax
MenuRecompile("CompileString", CompileVar)
SubMenu / EndSubMenu
Define the beginning and ending of a second-level menu for a custom menu.
Syntax:
DisplayMenu("MenuName", 100)
SubMenu("MenuName")
[menu definition]
EndSubMenu
EndMenu
582