Stores information about the last error occured in the library into an array.

AErrorEx(cArrayName)

Parameters

cArrayname

The name of the array into which additional error information of the last FLL call is stored:

Note

If no error occurred, AERROREX( ) does not create the array.

Structure of array.
ColumnContent
1error number of the last API call (GetLastError())
2name of the API function that reported the error
3error message
4ODBC State value (only set on ODBC related calls)

Return Value

The number of errors.

See Also

Reference

FormatMessageEx
InitVFP2C32
VFP2CSys