menugroup

(menugroup name)

The menugroup function checks whether the specified menugroup is loaded.

Argument

name is a string that specifies the name of a menugroup.

Return Value

The return value is a string with the menugroup name if the group is loaded; otherwise, the function returns nil.

Examples

: (menugroup "MYMENU")

"MYMENU"