[Js] How to specify multi-line String literals ??
-
In Javascript... How can I specify multi-line String literals ??
-
Unfortunate there isn't any pretty solutions for this. I was looking for the same answer not too long ago. Came across this SO thread which had a few ... "creative" ... solutions. http://stackoverflow.com/a/805113/486990
None of which where really my cup of tea...
-
Thanx
I did know about the
but didn't want to paste 200 of them at the end of the line (and did't know if they would end up in the HTML.)Is their an insert HTML from file?
like:
html = File.readlines('somefile.txt')
-
@dan rathbun said:
...
html = File.readlines('somefile.txt')
I use a class made with jAPI by Vladica Savic to read the textfile and pre tags if I want same format html. Probably old hat but works.
-
I thot maybe a <![CDATA[ block, but the editor lexer does not indicate it will work.
Advertisement