Nigel Brown #1 Is it possible to span a line with BlitzMAX? I am trying to:myvar:String[] = [ "fred", "joe", ]
Dreamora #2 yes, but you need .. to span a linelocal a:string = "I want to " + .. "show you " + .. "how to do it :-)"