Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.
