Writing a long string will always produce scrollbars in the editor. So it’s better to split it to multiple lines which is more easy to read.
String LongLine = @”...............
...................................
..................................."
You can escape ” by using "".
No comments:
Post a Comment