i am using canvas Eval() to run external script
this code runs fine
var sections = ['choice 1', 'choice 2','choice 3','choice 4','choice 5','choice 6','choice 7','choice 8'];
but i want to load variables from array (arrayChoices) into sections
i am doing it like this, but failing always
var j = " & arrayChoices.Width & "; // size of array for loop
your help is appreciated !