Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 828 Bytes

File metadata and controls

35 lines (28 loc) · 828 Bytes

GetScriptResource

Description

Return the script text of the specified script resource.

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

Parameters

Name Type Description
scriptName STRING The script name identifying the resource.
script DYNARRAY[] of CHAR Return the script text.
python BOOLEAN Return if the script text is a python script.

See Also

VS Functions: CreateScriptResource | SetScriptResource | OpenScriptResPal

Version

Availability: from Vectorworks 2014

Category