← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272770]: Write () function not working

 

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

can posted a new comment:
To separate the code statement, it is normal work.
recordLog.write("# A3:"+webSite+"\n")
==>
recordLog.write("# A3:")
recordLog.write(webSite)
recordLog.write("\n")

Is there any difference between them?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.