RESOURCE

Returns the value of the resource key. Only the application resources are returned by this function.

Syntax

= RESOURCE(value)

Parameters

value

The resource key whose value is to be extracted. The key should be specified as a string.

Return Type

String

Examples

Example

Returns

= RESOURCE(“Btn:Add”)

The resource value of the Add button.

= RESOURCE("DeleteConfirm")

The resource value of “DeleteConfirm” key.

= RESOURCE("Err:RecDoesNotExist")

The error message stored in the .resx file.