S
stingray70m
Guest
Is it possible to dynamically call a variable with a class name? The class I would like to call is PROG1. ie: define variable v-object as class Telerik.WinControls.UI.RadForm. define variable v-class as character no-undo. v-class = "PROG1". v-object = new v-class() instead of v-object = new PROG1(). Possibly cast the variable as the class or create a function. Any help would be appreciated!! Thanks Mark
Continue reading...
Continue reading...