Im having an issue when trying to format a number in my code, i cant make it looks like “1.000,00”, ive searched some codes, but i only found functions, and i cant use functions since my variable (valor) already is inside a function.
So, can someone help me do a code (not a function) to format my variable (valor) from 1000 to 1.000,00 ?
Thanks so much for your patience
You can still use a function even though your variable is already in a function. Trust me, if your requirements for any functionality are that it can’t be a function, you will be unable to develop any software.