Pages:
Actions
  • #1 by rosariod on 01 Oct 2018
  • Is it possible write on a file a Variable?

    I can write b_book, back_price, etc...but is possible to write a variable that has been calculated in the trigger?

    I yes how?

    I would like to write in the file the following
    [STAMPABOOK],["market_name"],["sel_name"],[last_traded],[b_book]
    but it doesn't work for my variable STAMPABOOK.
    It works for the other: ["market_name"],["sel_name"],[last_traded],[b_book]

    Thanks for your help.
  • #2 by Oxa (WellDoneSoft) on 02 Oct 2018
  • Hello!

    Yes, you can write any variable, arithmetic expression, supported function or a combination thereof.

    If it does not work for your variable, make sure that the variable actually has some value at the moment of writing:

    Global User Variables STAMPABOOK are set
Pages:
Actions