AutoHotkey Community

It is currently May 27th, 2012, 1:37 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: May 27th, 2009, 5:34 pm 
Hello, on that code:
Code:
      if A_Index > 50
      reload

I get multiple istanses of my script.. (something like run it as new..)
Does anyone has an idea how to fix it?

Thank y


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 27th, 2009, 5:53 pm 
Offline

Joined: November 5th, 2007, 7:25 pm
Posts: 454
Location: canada
Determines whether a script is allowed to run again when it is already running.

#SingleInstance [force|ignore|off]

_________________
-=Raz=-


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 27th, 2009, 6:11 pm 
with
#SingleInstance force
The problem continues.. :(:(:(


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 27th, 2009, 9:48 pm 
Offline

Joined: April 10th, 2009, 1:46 am
Posts: 139
Location: Wichita,Kansas
try this
Code:
if A_Index > 50::reload

_________________
Drainx1
Your favorite.

What says that we aren't a visualization of someones dream?
And that person could change the laws of physics without thinking a thing about it.
They could recreate the world, and not know what happened.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: chaosad and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group