[Gambas-user] Error.Text in Application_Error()?
Tobias Boege
taboege at ...626...
Sun Feb 1 01:17:25 CET 2015
Hi,
is the Error.Text property supposed to be empty in Application_Error()? The
attached script exhibits this behaviour. I'm not sure if it was always this
way...
Regards,
Tobi
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
-------------- next part --------------
#!/usr/bin/gbs3
Public Sub Main()
Print 1 / 0
End
Public Sub Application_Error()
Print "---"
Print Error.Text
Print "---"
End
More information about the User
mailing list