Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>clr_button()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLR_BUTTON()
   Clears a button from the specified menu.

   Syntax
         nButtonCleared = CLR_BUTTON(nMenuNum,nButtonNum)

   Arguments
         nMenuNum    Sets the number of the menu in which that button
                     resides.
         nButtonNum  Sets the number of the button to remove from the menu.

   Returns
         nButtonCleared Returns the number of the button cleared.
                        (0 returned if not found).

   Description
         To remove a button from the specified menu, pass the button number to
         CLR_BUTTON(). The button will be cleared from the menu and its place
         made available for subsequent calls to BUTTON_ADD() or MENU_ITEM().

See Also: BUTTON_ADD() BUTTON_CNT() BUTTON_CUR() BUTTON_EDT() BUTTON_HOT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson