Problem with IF statement

peggjones

Active Member
Licensed User
Longtime User
Can anyone explain this situation to me?

xyz = Cursor1.GetString("Date")
If Cursor1.GetString("Date") = date2 Then

Both xyz and date2 = " 05/30/2013" but the test is never fulfilled.

Is it possible that there is something with the debugger and that it is not showing the true contents of the fields?

Many Thanks
 
Top