1
edit
Changes
→void iof_displayMenuItem(..........)
==== void iof_displayMenuItem(..........) ====
<big>void iof_displayMenuItem(const char*'''format''', const char*'''menuItem''', int '''row''', int '''col''', int '''len''', int '''status''');</big>
Allows the user to display a menu-item at '''row''' and '''col''' on the screen with width of '''len'''. Depending on the value of '''status'''; being zero or non-zero, the menu-item will be surrounded by '''format''' characters or space respectively.