ResStr Function

Syntax

String ResStr(String category, String tag, [String defaultString], [Out] [Boolean found])

Return Value

String

The string you requested from the language resource files.

Purpose

This function retrieves a string from the language resource files. An alternative name for this function is GetResourceString().

Parameters

category as String

A string specifying the name of the category for the string you want to retrieve.

tag as String

A string specifying the name of the tag for the string you want to retrieve.

defaultString as String

An optional string specifying the return value if the string you request is not found.

found as Boolean

An optional output value indicating whether the string was found.