hi,

i never used the Class class before and now tried, as a preparation for 
using Component class, to manually load a class.
the class looks like:
PUBLIC SUB _init()
   PRINT "Here I am"
END

if i load it using
Class.Load("testclass")
everything is fine.
i saw in the sources (just in a comment) that one can also put his 
components (and classes, too?) into ~/.local/lib/gambas2/ so i tried 
this one. when i Class.Load() there is no error saying that it isn't 
found but there is also no message...
can anyone explain it clearly to me?

regards,
tobi

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to