User Tools

Site Tools


fileerrorcode_return_file_driver_error_code_number_.htm
Navigation:  Language Reference > 13 - Built-in Functions >====== FILEERRORCODE (return file driver error code number) ====== Previous pageReturn to chapter overviewNext page

FILEERRORCODE( )

blk2blue.jpg

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:

FILEERROR

ERRORFILE

ERRORCODE

ERROR

Trappable Run Time Errors

Extended Errorcode 47 Errors

fileerrorcode_return_file_driver_error_code_number_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1