Forum Discussion

G-wagon's avatar
G-wagon
Regular Contributor
4 years ago

Re: Copying variable

Yes it is always after 2 decimal places. Thanks

3 Replies

  • Marsha_R's avatar
    Marsha_R
    Icon for Champion Level 3 rankChampion Level 3

    My Var1 starts as ($100.23)

     

    The first Set Variable Value takes the ( off Var1 and puts the result in Var3

    The second Set Variable Value takes the )  off Var3 and puts it back in Var3

     

    I would then use Var3 for the Property Checkpoint instead of the Var1

     

     

    • G-wagon's avatar
      G-wagon
      Regular Contributor

      Thanks Marsha_R 

       

      However I get an invalid expression error. Not sure what's wrong with my code here......kindly advise

       

      • Marsha_R's avatar
        Marsha_R
        Icon for Champion Level 3 rankChampion Level 3

        The syntax looks ok to me.  Are Test1 and Var1 valid names in your project?