Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of menu titles on a user-defined menu bar or the Visual FoxPro system menu bar.
CNTPAD(cMenuBarName)
Return Value
Numeric
Parameters
- cMenuBarName
Specifies the name of the menu bar for which CNTPAD( ) returns the number of menu titles.
Example
The following command uses CNTPAD( ) to display the number of menu titles in the Visual FoxPro system menu bar.
? CNTPAD('_MSYSMENU')