Hand History ...

For general discussion of the Poker Mavens software
Post Reply
SVTF
Posts: 123
Joined: Tue Jun 17, 2008 6:44 pm

Hand History ...

Post 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?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Hand History ...

Post 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.
Post Reply