Links are not active on this page.
 CNTPAD( ) Function

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.

Expand imageReturn Value

Numeric

Expand imageExample

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

 CopyCode imageCopy Code
? CNTPAD('_MSYSMENU')

Expand imageSee Also