juliocesar_nec
7 years agoNew Contributor
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...
- 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.