VS:SetModeString

From Vectorworks Developer
Revision as of 14:37, 12 August 2013 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search

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

Description

Sets the mode bar string.

PROCEDURE SetModeString(
messageStr :STRING);
def vs.SetModeString(messageStr):
    return None

Parameters

messageStr STRING

Remarks

From Document scripts this seems to only update the mode bar string after the script has run and not during runtime. Haven't checked objects, menus, or tools.

Version

Availability: from All Versions

This is drop-in function.