← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #677269]: When using a for loop for a fixed list, type() is only the first letter

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
myListFixed = ("insomuchas")

... just is the list of characters in the given string

myListFixed = ("insomuchas", )

makes a list with 1 string as entry.

Has nothing to do with that problem, but be aware of the restrictions of type() (see docs)
paste() might be the better choice.

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