| UtilsLib REALbasic Plugin |
|
GetIndString Method
To get a string from a indexed STR# resource, use the GetIndString function.
GetIndString(
strListId as Integer,
index as Integer) as String
Parameters
- strListId
- resource id of the STR# resource.
- index
- indentifies which string to get.
Returns
- String
Remarks
returns the specified string.
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Unsupported Platforms:
Win32 - WindowsLinux x86
See Also
GlobalMethods Global