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

IoErrText
Syntax
IoErrText(num_errormsg);
num_errormsg
Description
Returns the error text for IO functions. See also FileOpen, FileClose, FileWrite, FileWriteLn, FileCopy, FileMove, FileDelete.
Returns
A string.
Example
$err = filewrite($file,$data);
if(num($err)!=0)
{
$errtext=ioerrtext($err);
log(0,"Errortext "+$erretxt);
}
OpenText StreamServe 5.6 Updated: 2013-03-01