Pages:
Actions
  • #1 by Matt Ayres on 13 Nov 2018
  • Hi there ...

    Please can someone check the following...?

    Unless I am missing something obvious I think I have found a bug...





    A1 = back_amount
    A2 = back_amount2
    B2 = back_amount+back_amount2  (889.92)  <- as we expect, (66.71+823.21)

    Now the problem...

    A4 = r_1_back_amount
    A5 = r_1_back_amount2   <- same as A1 and A2 as we expect. Cool.

    Now...

    B5 = r_1_back_amount+r_1_back_amount2      ...  133.42... ?? Where is it getting that from?  It should be exactly the same as B2 ( 889.92 )

    Bug? Or am I being thick?

    NOTE.. this is in time machine have not tested in Live.

    Matt
  • #2 by Oxa (WellDoneSoft) on 13 Nov 2018
  • Hi Matt,

    Thanks for reporting, I'm looking into this now.
  • #3 by liltbrockie on 13 Nov 2018
  • OK ta
  • #4 by Matt Ayres on 13 Nov 2018
  • Bug confirmed? 
  • #5 by Oxa (WellDoneSoft) on 14 Nov 2018
  • Bug confirmed?

    I have identified and fixed this bug. It only manifests itself when back_amount and back_amount2 (or lay_price and lay_price2, etc., i.e. variables with almost identical names) appear in the same trigger expression. Well done for spotting this and sorry for the inconvenience.

    You can re-download and re-install your MF Pro. I will make an official version release shortly.

    I have sent you a private message, please read and respond.
  • #6 by liltbrockie on 14 Nov 2018
  • Thanks Oxa... was the bug limited to the expression viewer or would it have manifested itself with triggers too? If the later, I have a great deal of old triggers to go back and review lol
  • #7 by Oxa (WellDoneSoft) on 14 Nov 2018
  • Unfortunately, the bug could affect your triggers too if you had expressions starting with s_ or r_ and containing back_amount2, back_amount3, lay_amount2, lay_amount3 or their combination, e.g. s_1_back_amount2 + s_3_lay_amount3.
  • #8 by liltbrockie on 14 Nov 2018
  • Wow... OK.    8)
Pages:
Actions