← Back to team overview

sikuli-driver team mailing list archive

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

 

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.