Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 696 Bytes

File metadata and controls

42 lines (33 loc) · 696 Bytes

SetModeString

Description

Sets the mode string to the given parameter

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

Parameters

Name Type Description
messageStr STRING

Examples

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)

Version

Availability: from Vectorworks 2014

Category