I think I have on elast question on this topic.myVar[1]= new Array('fund
name1', 'fund name2', 'fund name3', 'fund name4', 'fund name5');I will
still be pulling the values string from a spreadsheet and copying into
the script object.I want to do something like:fundlist.value='fund
name1', 'fund name2', 'fund name3', 'fund name4', 'fund name5'; (this
comes from the spreadsheet)myVar[1]=new
Array(fundlist.value);Unfortunately, I can't get it to work.Any nuggets
of additional gold you can share?