Syntax
strErrorDescription=obj.LastError
Returns
String with last error's description or empty string if the last call was successful.
Description
Use LastError property to get the description of error occurred. Use debug mode to automatically get error descriptions in Messages window.
See Debugging for related information.
Sample
if obj.Failed then put obj.LastError end if