Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 832 Bytes

File metadata and controls

39 lines (30 loc) · 832 Bytes

GetResourceString

Description

Deprecated since Vectorworks 2015: Use [[VS: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 [[VS:GetVWRString]] instead.

Category

  • Strings