Changeset 620 for trunk/ab5.0
- Timestamp:
- Aug 25, 2008, 4:12:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/ActiveBasic/Core/TypeInfo.ab
r475 r620 357 357 End If 358 358 359 Search = types.Item(fullName) 360 361 If Object.ReferenceEquals( Search, Nothing ) Then 362 OutputDebugString("TypeSearch Failed: ") 359 If Not types.TryGetValue(fullName, Search) Then 360 OutputDebugString(Ex"TypeSearch Failed: \r\n") 363 361 If Not ActiveBasic.IsNothing(fullName) Then 364 362 OutputDebugStringW(StrPtr(fullName) As PWSTR) … … 367 365 End If 368 366 OutputDebugString(Ex"\r\n") 367 Debug 369 368 End If 370 369 End Function
Note:
See TracChangeset
for help on using the changeset viewer.