Pages:
Actions
  • #1 by bobh on 10 Sep 2015
  • Hi again,

    Variable r_1_bm_backp is the price of the last non-sp matched back bet placed on the favourite.

    Is there a variable to give the name of the last non-sp matched back bet?

    Thanks in advance,

    bobh



  • #2 by mcbee on 10 Sep 2015
  • hi
    not that i can see, but you can us the bm_backid to find the id number then work around that to find the name.

    mcbee
  • #3 by Oxa (WellDoneSoft) on 11 Sep 2015
  • I just wonder what you mean by the name of a bet?
  • #4 by bobh on 11 Sep 2015
  • Hi Oxa,

    I mean the name of the selection (ie the horse name).

    I was looking for (say) r_1_bm_sel_name, but there isn't one that I can see.

    bobh
  • #5 by mcbee on 11 Sep 2015
  • hi
    if you switch to full mode and use the bm_backid , you can check the id number on the selections.
    if you want to use it in a trigger then use the bm_backid is equal to the sel_id
    if you want to see the sel name in the variable screen then type
    r_4_sel_id_sel_name   or  r_4_bm_backid_sel_name


    mcbee
  • #6 by Oxa (WellDoneSoft) on 14 Sep 2015
  • mcbee, I'm sorry, but the bm_backid variable will return the ID of the bet, not of the selection is was placed on.

    bobh, there is no specific variable for the name of the selection that has the latest matched back bet placed on it, but you can get hold of it indirectly. See the trigger attached that alerts the name of such selection.
  • #7 by bobh on 14 Sep 2015
  • Thanks to both of you the problem has now been solved.

    Much appreciated.

    bobh
Pages:
Actions