! ISAM.DEF Version [100] ! Standard ISAM / ISAM-A symbols !--------------------------------------------------------------------- !EDIT HISTORY !VEDIT = 100 ![100] July 17, 2007 08:45 AM Edited by jack ! Created !--------------------------------------------------------------------- define ISAM_NF = -3 ! Key not found. define ISAM_NA = -2 ! Record not available (locked). define ISAM_LT = -1 ! Found key with lesser value. define ISAM_EQ = 0 ! Found key with equal value. define ISAM_OK = 0 ! Operation succeeded define ISAM_GT = 1 ! Found key with greater value.