[Gambas-user] dynamic classes?

Stefan Miefert smiefert at ...784...
Tue Apr 21 15:51:39 CEST 2009


Hello,

how can i creat a class  having  a dynamic name?

for example.

I have some classnames in my database and want now do this

DIM cclass as class
Dim var = "myclassname"
Class = new var

But that dosent run:( He takes the var  as the class "var"

How can I use the content  of the var?




More information about the User mailing list