I have a VBScript file that I use that has a lot of values in an array.
recipes = Array("chicken soup","turkey","mash potatoes","yams","stuffing")
What is the proper way to declare this array over multiple lines, something similar to this:
recipes = Array("chicken soup",
"turkey",
"mash potatoes",
"yams",
"stuffing")
That way I can write comments on each line (or is this correct?):
recipes = Array("chicken soup", 'broth, noodles, chicken
"turkey", 'YUMMY i love turkey
"mash potatoes", 'butter, sour cream, cook 20mins
"yams", 'dont forget the marshmallows
"stuffing") 'celery, jiffy cornbread, broth