Jump to content

Recommended Posts

Posted

Hello ...

Send("Nanme")
Send("eMail")
[\code]


how to make this code to repeated 1000 times???

thank you


            
        

        

        
    

    
    

    

                    
                    
                        
                    
                    
                

                    

                    
                    






    

    

    
        
            
                


    
        
    

                
                
                    
                        

                    
                
            
        
        
            
                


JohnOne
            
            
                Posted 
                
            
        
    
    
        


JohnOne
            
        
        
            
                
                    


    
        
    

                    
                    
                        

                    
                
            
            
                Active Members
                
            
            
                
                    
                        
                            
                                
                            
                                 17.4k
                            
                                
                            
                        
                        
                            
                                
                                    
                                        
                                        119
                                
                                    
                                
                            
                        
                    
                
            
            
                

    
    
        
Number #1
    
    

            
        
    
    
        



    
        
            
                
                    
                    
                    
                    
                    
                
            
            
                
                    
                    
                        
                        
                        
                        
                        
                        
                            
                                
                            
                            
                            
                            
                            
                            
                        
                    
                
                
            
        

        
           
           Posted 
           
            
            
                
                
            
        
    

    

    

    
        
        
            

Global $ImALouseyStinkingSpamRat = 1



While $ImALouseyStinkingSpamRat

      Send("Nanme")

      Send("eMail")

      $ImALouseyStinkingSpamRat += 1

      If $ImALouseyStinkingSpamRat = 1000 Then $ImALouseyStinkingSpamRat = False

WEnd

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Posted (edited)

Wouldn't that run 999 times? ;)

you're right, I saw this, but can make If $ImALouseyStinkingSpamRat = 1001

Edited by LeuMas

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...