Forum Discussion

juliocesar_nec's avatar
juliocesar_nec
New Contributor
7 years ago
Solved

Conversion of values

Hello people! Sorry for the weak English, because I'm using google translator. Well, I have an issue that is hard to solve. In my tests, I have a variable that needs to be in the xxxx, xx forma...
  • AlexKaras's avatar
    7 years ago

    Hi,

     

    Does it work if you omit conversion to currency and change

    StrToCurr (vVlricial) + (vVlrUtiliz)

    to just

    vVlricial + vVlrUtiliz

    ?

     

    Obtained result can be additionally formatted using aqString.Format() if needed.