Page 1 of 1

Hand History ...

Posted: Wed Jul 15, 2009 5:33 pm
by SVTF
Is there an easy way to search hand history from a tournament and look for a particular hand ... so that we could run like high hand jackpot or Bad Beat Jackpot?

Re: Hand History ...

Posted: Wed Jul 15, 2009 6:35 pm
by Kent Briggs
SVTF wrote:Is there an easy way to search hand history from a tournament and look for a particular hand ... so that we could run like high hand jackpot or Bad Beat Jackpot?
Manually or via code? If manually, you can load the hand history file for the particular table into any text editor and just do a text search on the hand number. If by code, you can retrieve hand history files by table name and date with the LogsHandHistory API command. Then you would need to write a routine that parses it look for the hand number.