UserErrorNumber Function
Returns the user error number of the specified user error label.
Syntax
UserErrorNumber (userErrorLabel)
Parameters
- userErrorLabel: Character string specifying the user error label
See Also
UserErrorDef Function, UserErrorLabel$ Function
UserErrorNumber Function Example
Integer i
i = UserErrorNumber("ERR_OUTOFRANGE")