Pages:
Actions
  • #1 by scummbags on 13 Sep 2012
  • Hopefully someone can point out an easy answer to my problem.
    I have set a trigger to remember winning horses then compare future selections. The remember trigger works but the comparison trigger always comes up false even when true. The remember trigger removes spaces, is this the problem, is there a way around this?
    Also when entering a value using "View User Variables" this saves the value without spaces. Do I need to use "quotes".
  • #2 by Tim (WellDoneSoft) on 14 Sep 2012
  • Yes, the quotes are better:
    market_name returns SomeMarketName
    "market_name" returns "Some Market Name"

    market_score1 - market_score2 returns 1
    "market_score1 - market_score2" returns "2 - 1"

    etc.
  • #3 by scummbags on 14 Sep 2012
  • Thanks, got it now.

    Just a thought Tim, is there a way to mark a thread as "SOLVED".
     ;)
Pages:
Actions