WR Error number
version 6.0
WR Error number (area) Integer
Parameter | Type | Description | |
area | Longint | 4D Write area |
Function result | Integer | Status of the last operation | |
performed in Area by 4D Write |
Description
The WR Error number command returns a number that represents the status of the last operation performed in Area by 4D Write. If WR Error number equals 0, the last operation did not cause an error. If WR Error number does not equal 0, then an error occurred during the last operation in area.
Use WR Error text to get a text explanation of the error. If the Debug window is open and an error occurs, you will also receive the error number in the Debug window.
Example
See example for command WR Error text.
See Also