MB_LIST

Create a list entry in a new column

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
xcall MB_LIST(control, list, #entries, entry[, ...])

control

The menu control structure. (a)

list

The name of the list to create (a maximum of 10 characters.) (a)

#entries

The number of entries in the list. (n)

entry

The name of an entry in the list. You can have up to 20 entry names, separated by commas. (a)

MB_LIST creates a list entry in a new column. This subroutine is used when building a new menu column at runtime.

You must already have defined each entry with the MB_ENTRY subroutine.

See the MB_BLANK Examples, which use all the “MB_xxx” subroutines.