← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #244675]: Error in type() method

 

Question #244675 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244675

obiwan-92 proposed the following answer:
One thing more :

The code 
paste("<doc>\\n<field name=\"MobileName\">\\n") 
will write
<doc>\n<field name="MobileName">\n

If you want to write in notepad (make more sense) :
<doc>
<field name="MobileName">
you need to use this line :
paste("<doc>\n<field name=\"MobileName\">\n")

Regards.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.