T
Tom Szabo
Hi,
If say there is "myfunc"
where
"myfunc(n){ return 2 * n;}"
and
cFuncName = "myfunc";
what is the syntax to call the function from the var cFuncName??
cFuncName(12);
doesn't seem to work
TIA,
Tom
If say there is "myfunc"
where
"myfunc(n){ return 2 * n;}"
and
cFuncName = "myfunc";
what is the syntax to call the function from the var cFuncName??
cFuncName(12);
doesn't seem to work
TIA,
Tom