J
jeffrey
I'm looking for an alternative to newLine. Currently my code is
written as:
mySheet.getRange("F5").getValue() + newLine +
mySheet.getRange("F6").getValue() + newLine + etc...
Instead of newLine, I just want a line break. newLine is equivalent
to <p> in HTML, but I am looking for something like <br>. How can I
do that?
Jeffrey
written as:
mySheet.getRange("F5").getValue() + newLine +
mySheet.getRange("F6").getValue() + newLine + etc...
Instead of newLine, I just want a line break. newLine is equivalent
to <p> in HTML, but I am looking for something like <br>. How can I
do that?
Jeffrey