I cannot find anything to explain what
String e = "\n"
means.
I come across a lot of these sorts of things in scripts and cannot work out what they mean.
I can copy them and see what they do, but I do not understand the code I am using.
EG
+ e +
seems to mean to display the next string on the next line, where the "+" seems to work like "&" in Concatanate in Excel, but what does the "e" mean?
Cheers!