Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,all.
I defined a variable in the Arbortext Editor's command line,such as "$i=5",and I want to get the variable's value in an external javascript,what should I do?
Thanks
Solved! Go to Solution.
I have already solved the problem.In the javascript,we can use "Acl.eval("i")" to get the variable's value.Wish to help you.
I have already solved the problem.In the javascript,we can use "Acl.eval("i")" to get the variable's value.Wish to help you.
