EDI Object
 
Syntax
 
Result = EDI.LastErrorCode
 
Description
Returns the last result of a called function or property. Whenever a function returns a non-value, like an empty string, or 0 (zero), check the LastErrorCode and LastErrorText for more information.
 
If no error has occurred, the function returns 0 (zero).
 
See Also
Example