UtilsLib Xojo and Real Studio 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:

  • MacOS X Carbon
  • MacOS X Cocoa

    Unsupported Platforms:

  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global