View Single Post
  #5  
Old 01-06-2007, 01:02 PM
Sciolist Sciolist is offline
Senior Member
 
Join Date: Jun 2005
Location: London
Posts: 4,135
Default Re: AHK Problem/Opening Tables

[ QUOTE ]
Just send the table name instead:

SendRaw %table_name%

or something.
Then check if you got there and open it.

[/ QUOTE ]
Is there a way to see which table I just opened? I know how to check to see if the table I want open is open yet, but the probelm is that if %table_name1% isn't on the list anymore (which is possible), it'll open the wrong table when I send {Enter}
Reply With Quote