JavaScript Editor js editor     Web development 



Main Page

Returns the number of menu titles on a user-defined menu bar or the Visual FoxPro system menu bar.

CNTPAD(cMenuBarName)

Parameters

cMenuBarName


Specifies the name of the menu bar for which CNTPAD(В ) returns the number of menu titles.

Return Value

Numeric

Example

The following command uses CNTPAD(В ) to display the number of menu titles in the Visual FoxPro system menu bar.

В Copy Code
? CNTPAD('_MSYSMENU')

See Also



JavaScript Editor js editor     Web development