I have a couple of questions on betStatus..
Firstly have the possible returns changed? I am currently using:
- Code: Select all
Set bet = ba.getbet(tmpBetID)
If bet.betStatus = "M" Then
to check if a certain bet has been fully matched. This seems to be triggering my code even if it was partially matched - for which I would expect 'MU'
My second question may well be related to the first. Does it matter how many tabs I have open and which tab the bet may relate to when I use the above code?
Many Thanks.