I want to refer to use a function for referring to a control something like this:

functionname("cmdbutton1").height=32

this should set the height of the command button named "cmdbutton1" to 32. Does anyone know how to do this?