New question #677269 on Sikuli:
https://answers.launchpad.net/sikuli/+question/677269
Hello,
When I use a for loop with a fixed list, when accessing the current item with
`entry`, only the first letter of `entry` appears be typed using `type()`.
Is there an issue with type() or an issue with my syntax?
myListFixed = ("insomuchas")
for entry in myListFixed:
type(entry)
Thanks
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp