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

IsamAdd
Syntax
IsamAdd(isam_file, record);
isam_file 
record 
Description
Adds a record to the Isam file ‘path’. The key part of the record must be placed according to the key specified in IsamCreate.
Returns
0
-1
Example
$return = isamadd("order", "1234       $45.50");
OpenText StreamServe 5.6 Updated: 2013-03-01