by Captain Sensible » Wed Oct 09, 2013 12:03 pm
The CANCEL trigger will cancel the corresponding bet ref so you can just stick the betref alongside any runner and enter CANCEL in the trigger, the bet will be cancelled and the betref column cleared. Alternatively you can use the COM function cancelBet() ,
There isn't any trigger to cancel and place another at the same time you'd need to code and resubmit yourself with a bit of creative excel or vba and make sure you don't allow things to go into a loop. I had some code years ago and used the fill and kill ecel option to control things as that'd put CANCELLED in the bet ref if the original bet wasn't matched, that way I could use the CANCELLED indicator as part of my trigger and also adjust the fill and kill rate just by having a variable for the seconds depending how far into a race I was.