luke2012 Well-Known Member Licensed User Longtime User Jun 27, 2016 #1 Is there a way to declare & init a type dynamically ? Example: B4X: public sub InitCustType (TypeName as string) private ObjType as TypeName ObjType.Initialize end sub
Is there a way to declare & init a type dynamically ? Example: B4X: public sub InitCustType (TypeName as string) private ObjType as TypeName ObjType.Initialize end sub