SteveMyres Posted July 14, 2010 Share Posted July 14, 2010 Are error messages not annunciated to the Command/Alert window if they originate in a component event? I had an event that wasn't doing what I wanted it to because I coded int(MyValue) instead of floor(MyValue), and the code apparently died at the offending line, but without any errors in the Command window. Link to comment Share on other sites More sharing options...
AzeoTech Posted July 14, 2010 Share Posted July 14, 2010 No, they are not. Try adding try/catch() with ? strLastError in the catch(). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.