VS:DoMenuText

From Vectorworks Developer
Revision as of 14:29, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Obsolete procedure.

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

Parameters

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

Version

DoMenuText is obsolete as of VectorWorks8.0


Availability: from MiniCAD4.0

See Also

VS Functions:

VS:DoMenuTextByName

VS Functions: [[VS:DoMenuTextByName]]