Pages:
Actions
  • #1 by liltbrockie on 19 Jul 2016
  • Hi all... quick help with this please!

    I have a trigger remembering ONE selection.
    I want my next trigger, a lay trigger, to lay IF the remembered selections name CONTAINS either a 3 or a 6 (greyhounds)
    How do this?
  • #2 by MarkV on 19 Jul 2016
  • Hi
    You remembered the single selection using the remember action, let's say under the name mysels.

    In your lay trigger:
    global user variables mysels are set
    and selections name is equal to "mysels_1_sel_name"
    AND
        selections trigger expression FIND("3.","mysels_1_sel_name") is greater than 0
        or selections trigger expression FIND("6.","mysels_1_sel_name") is greater than 0

  • #3 by liltbrockie on 19 Jul 2016
  • Would this not work...?


  • #4 by MarkV on 19 Jul 2016
  • Hi
    Yes, as long as the remember trigger remembers just 1 selection, and you need to use the quotation marks for the strings:

    selections name is equal to "mysels_sel_name"
    and selections name contains "3"


Pages:
Actions