Returns the value of the resource key. Only the application resources are returned by this function.
= RESOURCE(value)
|
value |
The resource key whose value is to be extracted. The key should be specified as a string. |
String
|
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. |