sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23658
Re: [Question #98854]: special character ñ
Question #98854 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/98854
Pacha95 proposed the following answer:
Your solution is right, Another one could be :
paste(unicd("first line\n\n"))
paste(unicd("second line\n\n"))
paste(unicd("last line\n\n"))
which gives exactly what I needed (no space at beginnig of the lines)
first line
second line
last line
Same result with :
paste(unicd("first line\nsecond line\nlast line\n\n"))
Thanks a lot for your help ;-)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.