Thanks for all the answers. As Mike Nolta recognized correctly i wanted to split the string over a few lines without including the resp. newlines. In this particular case - i'm including a .svg file into a string for testing .svg import - the additional whitespace (incl. newlines) doesn't matter.
On Tuesday, January 6, 2015 11:15:13 AM UTC+1, Andreas Lobinger wrote: > > Hello colleagues, > > is there a counterpart for the string literal split to multiple lines like > in python? > > d = '09ab\ > eff1\ > a2a4' > > Wishing a happy day, > Andreas > >
