Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 869 Bytes

File metadata and controls

35 lines (28 loc) · 869 Bytes

SetScriptResource

Description

Set the script text of the specified script resource.

FUNCTION SetScriptResource(
				scriptName : STRING;
				script     : DYNARRAY[] of CHAR;
				python     : BOOLEAN): BOOLEAN;
def vs.SetScriptResource(scriptName, script, python):
    return BOOLEAN

Parameters

Name Type Description
scriptName STRING The script name identifying the resource.
script DYNARRAY[] of CHAR The script text.
python BOOLEAN Pass TRUE if the script text contains python script. Otherwise it will be considered VectorScript.

See Also

VS Functions: CreateScriptResource | GetScriptResource | OpenScriptResPal

Version

Availability: from Vectorworks 2014

Category