I'd like to print out the data elements, but when I attempt to do so, the foreach executes but the ECMAscript compiler complains:
Code: Select all
<foreach array="nodeList" item="foo">
<log expr="':::::::LOG::::::::' + foo"/>
</foreach>
Code: Select all
VXI::foreach_element()
:::::::LOG::::::::
VXI::queue_prompts()
errmsg ReferenceError: foo is not defined line 1 linetxt tokentxt