W
Wndr
Hi All.
Is there a way to use a variable in the function name?
For example:
tmpName="TEST1";
tmpFuncName="Set"+ tmpName+"Data";
tmpFuncName();
Is there a way to use a variable in the function name?
For example:
tmpName="TEST1";
tmpFuncName="Set"+ tmpName+"Data";
tmpFuncName();