Pages:
Actions
  • #1 by liltbrockie on 22 Jan 2020
  • Hi there... trying to run a trigger on settled greyhound markets

    text = [sel_name]

    BUT it is writing just a bunch of random numbers:eg:

    -1
    2
    2
    3
    1
    -1
    2

    Help?
  • #2 by liltbrockie on 22 Jan 2020
  • I have the condition :

    sel_place = 1
  • #3 by liltbrockie on 22 Jan 2020
  • Sorry ignore this ... was incorrectly exporting Forecast instead of win market lol

    Incidentally.. the name of the selection is still wrong though isnt it!?
  • #4 by liltbrockie on 23 Jan 2020
  • Yer whats its doing is instead of returning "1 - 1" its evaluating the expression and returning "0"

    This is a bug surely?
  • #5 by MarkV on 23 Jan 2020
  • Hi
    you need to enclose strings in quotes

    ["sel_name"]
Pages:
Actions