← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #199969]: Print the last 10 numbers, NEED A HELP !!!

 

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

Peter posted a new comment:
I've try this, but it is still not working :(((

zero = 0
end = 0

while True:
   
    if ( end >= 990 ):
        myList.sort()
        print myList
        exit()
    if zero.exists("img"): #number  "199"
        if ( zero < 1 ):
            zero = (zero)+1 
            end = (end)+1 #counter to stop on the las 10 numbers.
            for entry in myListFixed:
                myList.append(0) # add entry to the end of the list
            print("Number 0 added to list")

I've try this, but it is still not working

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.