fileerrorcode_return_file_driver_error_code_number_.htm
Navigation: Language Reference > 13 - Built-in Functions >====== FILEERRORCODE (return file driver error code number) ====== | |
FILEERRORCODE( )
The FILEERRORCODE procedure returns a string containing the code number for the “native” error message from the file system (file driver) being used to access a data file. Valid only when ERRORCODE() = 90 or ERRORCODE() = 47.
Return Data Type: | STRING |
Example:
PUT(NameFile) !Write the record
IF ERRORCODE() = 90 !Back-end-specific error occurred
MESSAGE(FILERRORCODE())
RETURN
END
See Also:
fileerrorcode_return_file_driver_error_code_number_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1