Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 870 Bytes

File metadata and controls

46 lines (34 loc) · 870 Bytes

DoMenuText

Description

Obsolete procedure.

PROCEDURE DoMenuText(menuItem : STRING);
def vs.DoMenuText(menuItem):
    return None

Parameters

Name Type Description
menuItem STRING Menu item name.

Remarks

As of 9.0.0b7, DoMenuText will generate a runtime error if the user attempts to execute a main application menu item. It will continue to work wor worksheet menu items using the WS prefix until 10.0.0, when it will be removed completely. - PCP 12-21-2000

Examples

DoMenuText('Example');
import vs

# Obsolete procedure.
menuItem = 'Example'

vs.DoMenuText(menuItem)

See Also

VS Functions: DoMenuTextByName

Version

DoMenuText is obsolete as of VectorWorks8.0

Availability: from MiniCAD4.0

Category