Is it possible to write out a string, and include values of variables in it without going crazy with stuff like ","+var1+","+var2+","+var3.
Could I instead have something like: ","var1","var2","var3",". Or possibly easier. Basically, it is incredibly confusing, even with syntax highlighting, to do that stuff with "a"+"b"+c#
Could I instead have something like: ","var1","var2","var3",". Or possibly easier. Basically, it is incredibly confusing, even with syntax highlighting, to do that stuff with "a"+"b"+c#