*** empty log message ***

This commit is contained in:
Antonio Linares
1999-12-15 12:52:59 +00:00
parent 97751c140c
commit 9724d5264a

View File

@@ -6,8 +6,8 @@ function Main()
local o := Test()
o:Another( "Hello" ) // Any message is not defined for Class Test, but
// it will invoke ON ERROR Any() method
o:Another( "Hello" ) // "Another" message is not defined for Class Test, but
// it will invoke ON ERROR MyErrorManager() method
o:Another = 5 // Notice how __GetMessage() shows a underscored message
// as we are setting a DATA value.