Thread: TableNavigator
View Single Post
  #902  
Old 04-02-2007, 09:03 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: TableNavigator

Canta,

I downloaded RedNines, and this works for me:

tablesRedNines(lobby) {
SetTitleMatchMode 1
WinGet, pid, pid, ahk_id%lobby%
WinGet, list, list, Poker ahk_pid%pid%
Loop % list
tables := list%a_index%!=lobby
? addToList(tables, list%a_index%)
: tables
return tables
}

It has to be list not id, sorry about that.
Reply With Quote