[Gambas-user] Class in Variant?

Emil Lenngren emil.lenngren at ...626...
Tue May 22 21:59:39 CEST 2012


Why is it possible to store a Class in a Variant?
Like, if you have a class named Class1, you can do this:

Dim var1 As Variant = Class1

But you can never use var1 after that (until you replace the content)...

/Emil



More information about the User mailing list