Comment #12 on issue 268 by emil.len...@gmail.com: Can call non-static  
_unknown from a static context
http://code.google.com/p/gambas/issues/detail?id=268

Trying to print out properties does not seem to work either..

'Class1
Public Function _property() As Boolean
   Return True
End

Public Function _unknown(...) As String
   Return "hello"
End

Public Sub TestFunction()
   Print Me.uuh
End

-> "Wanted Stream, got Class1", i.e. stack is corrupted.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to