Changeset 630 for trunk/ab5.0
- Timestamp:
- Sep 21, 2008, 6:02:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/Console.ab
r629 r630 252 252 If ret = 0 Then 253 253 Dim error = GetLastError() 254 If error <> ERROR_SUC SESS Then254 If error <> ERROR_SUCCESS Then 255 255 ActiveBasic.Windows.ThrowWithErrorCode(error, "Console.Title") 256 256 End If
Note:
See TracChangeset
for help on using the changeset viewer.