On Wed, 15 Feb 2017, Gianluigi wrote:
> Hi Tobias,
> I thank you a lot for explanations, in fact I was too concise because, but
> not only, of my English.
> One thing, when you say: "You can still create objects from a module but
> that
> isn't useful because you don't have dynamic symbols in a module", what
> exactly do you mean by "symbols", because in a module we can insert
> dynamics variables, functions, sub etc.
> 

By symbols I mean variables, properties and methods (constants and events,
too, but they don't matter here). If you write them into a module, they are
automatically static. You can't have dynamic ones in a module. Attached is
a project which demonstrates this.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

Attachment: test-0.0.1.tar.gz
Description: Binary data

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to