[Gambas-user] Re:dim var1, var2, ... as OneObject !!!
Rohnny Stormo
rohnny at ...1248...
Mon Feb 20 06:55:59 CET 2006
<From: Daniel <daniel at ...1365...>ttlesaigon.be>
<
< * dim var1, var2, ... as OneObject !!!* <http://sourceforge.net/mailarchive/message.php?msg_id=14858975>
<
< 2006-02-19 17:01
<
<
<
<
<
< hello
<with gambas 1.9.25 this code don't work
<dim var1, var2, var3 as OneObject (tested with Result and ResultField)
<and now if i do var1+"." the context help don't work !!!
<
<daniel
It do work on "dim" but not on "public".
Try this
Private Sub Testing()
Dim var1, var2, var3 as result
End sub
--
-----------------------------------------
Gambas brings Basic to Linux.
My Gambas Community http://forum.stormweb.no
More information about the User
mailing list