LookupGet

This function gets a value from an external file by cross-referencing from a specified keyword.

Function Group Execution Windows Embedded Thin Client
LookupGet File Synchronous Supported Supported Supported

Syntax

LookupGet(strKey)
strKey
The keyword to look for in the file's keywords column.

Returned value

This function returns (as a string) the cross-referenced value from the file's specified values column.

If no value is found, then this function returns strKey.

Notes

The external file must already be loaded by calling the LookupLoad function.

Examples

LookupGet( "customer167" )