Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 873 Bytes

File metadata and controls

38 lines (30 loc) · 873 Bytes

GetResourceString

Description

Deprecated since Vectorworks 2015: Use GetVWRString instead.


Returns the specified resource string from a resource file.
PROCEDURE GetResourceString(
				VAR theString : STRING;
				id            : INTEGER;
				index         : INTEGER);
def vs.GetResourceString(id, index):
    return theString

Parameters

Name Type Description
theString STRING The string contained within the resource.
id INTEGER The ID of the resource.
index INTEGER The index of the string resource.

See Also

VS Functions: GetVWRString , SetVSResourceFile

Version

Availability: from VectorWorks 9.0 Deprecated since Vectorworks 2015: Use GetVWRString instead.

Category