Hi all,

I loop through all the rows in a table and for each row i retrieve the
column values and set it to the scope of the script for ex: the table
has a column "Name" and for each row i set the variable name as Name
and the value for it in the scope of the script and execute the
script.I reuse the same scope for all the rows in the table.My
question is do the variable Name get re-declared for each tuple or
just a new value assigned to the already existing variable in the
scope when i try to reassign the variable "Name" value.

thanks in advance
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to