Task:
1) To Gather all Market Prices & Market ID's from the Horse Racing Win Markets
I'm pondering how i should go about this, i can see one or two obstacles in my path, let me see. It would be simplest to navigate through the races via the -1 (next race) trigger, then use the new trigger -? (which sends back to the first race). After comparing the data then, i'll need to jump back to a select few markets, i dont want the hassle of having to go through each market until the correct horse is found. So unless the currentMarketID can be found when each market is loaded, then i cant use this method, i have put forward this as a suggestion.
So really the only alternative i can see, would be to use "getEvents(eventId:integer): BfEevent()", to put together a list which would basicly be identical to the UK Win Market Quick Pick List with the addition of the MarketID's gathered in the process. (this would be a good array to have inany case for the future)
Has anyone attempted this? If so could you spare any pointers
