Sets the mode string to the given parameter
PROCEDURE SetModeString(messageStr : STRING);def vs.SetModeString(messageStr):
return None| Name | Type | Description |
|---|---|---|
| messageStr | STRING |
BEGIN
SetModeString(Message1);
IF (GetName(GetRecord(theHoist,1)) = kHoistPIOName) THEN
ChecObjectCallback := TRUE
ELSE
ChecObjectCallback := FALSE;import vs
# Sets the mode string to the given parameter.
messageStr = 'Hello Vectorworks'
vs.SetModeString(messageStr)Availability: from Vectorworks 2014