Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 728 Bytes

File metadata and controls

34 lines (24 loc) · 728 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

See Also

VS Functions: DoMenuTextByName

Version

DoMenuText is obsolete as of VectorWorks8.0

Availability: from MiniCAD4.0

Category