LookupGet

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

Function Group Execution Windows Embedded Thin Client Mobile Access
LookupGet File Synchronous Supported Supported Not supported Not supported

Syntax

Web Studio Help cs2ffunctions file lookupget.xml d410514e102 LookupGet
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 function LookupLoad.

Examples

  LookupGet( "customer167" )  

LookupGet