MnGetNewCommandIDΒΆ

MnGetNewCommandID returns a new identification number for a menu item.

nNewID = MnGetNewCommandID()

Return Value

nNewID is the new command ID.

Comment

The ID is a number in the range 0 to 1023. The ID is used to connect a menu item with a UniScript function.

id-1722274