TestList=list("test1","test2")
like this
TestList=list("test1",
"test2")
will it not work or be buggy in any way? im just wondering because I have a longggg list that goes all the way across and would like to space it for each line so its easier to read and addon. The compiler gives no errors but im not sure