Manfred_F
12 years agoRegular Contributor
get alias object via string
Hi,    in ODT, I want to define the required alias as Array element  in the data section. This would be useful to separate data from code.        I can put the Aliasname as string there.    In my test...
- 12 years ago
Hi Manfred,
With JScript you can do that with something like this:
eval(aliasArray[index] + ".someFunction(arg0);");
Sincerely