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| 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. |
VS Functions: GetVWRString , SetVSResourceFile
Availability: from VectorWorks 9.0 Deprecated since Vectorworks 2015: Use GetVWRString instead.