Method
Writeable.WriteError
Warning
This item was deprecated in version 2019r2. Please use Exception Handling as a replacement.
Description
Returns True if there were any errors in the write operation.
Sample code
If writeStream.WriteError Then
MsgBox(Str(writeStream.LastErrorCode))
End If
Compatibility
All project types on all supported operating systems.