Script functions reference > Script functions in alphabetical order > I > IsamGet

IsamGet
Syntax
IsamGet(isam_file, rec_key);
isam_file 
rec_key 
Description
Retrieves a record from the specified Isam file.
Returns
A string containing the value of the record. If the record is not found, the string is empty.
Example
$return = isamget("order", "1234");
Result:
$return = "1234       $45.50"
OpenText StreamServe 5.6.2 Updated: 2018-01-26