Database Error Messages

LFI-00148

string can be called only on files opened in byte mode

Cause

A routine that should be used only for files in byte mode was called for a file that was opened in record mode


Action

In order to use this function, the file should be opened in byte mode.