New question #681067 on Sikuli: https://answers.launchpad.net/sikuli/+question/681067
In python I can do the following: > list(input()) > 3,12 which will return this: [3, 12] Sadly this doesn't work in Sikuli because the type of the object from the input will be "unicode" which can not be turned into a list of integers easily. I hope there is an easy solution to this.. -- 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

