Changes the size of a menu created with DEFINE POPUP.
Syntax
SIZE POPUP MenuName TO nRow1, nColumn1 | BY nRow2, nColumn2
Arguments
MenuName
Specifies the name of the menu whose size you want to change.
TO nRow1, nColumn1
Changes the size of a menu to a specific size. nRow1 and nColumn1 specify the new row and column coordinates, respectively, of the lower-right corner of the menu.
BY nRow2, nColumn2
Changes the size of a menu relative to its current size. nRow2 and nColumn2 specify the change in size of the menu in rows and columns, relative to the current row and column coordinates of the lower-right corner of the menu.
Remarks
If a user-defined menu has been created, its size can be changed; it doesn't have to be active or visible.