Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 562 Bytes

File metadata and controls

24 lines (18 loc) · 562 Bytes

GetPluginString

Description

Returns the string specified by stringIndex. The strings are created using the "Strings" button in the plug-in editor.

FUNCTION GetPluginString(stringIndex : INTEGER): STRING;
def vs.GetPluginString(stringIndex):
    return STRING

Parameters

Name Type Description
stringIndex INTEGER The index of the string as represented in the plug-in editor.

Version

Availability: from VectorWorks10.0

Category