I have an archive with whole prices example:"1000"="10.00 €" I would like to read and write it in a text with 2 decimals example:"10.00"
and then rewrite it as "1000"
dividing by 100 makes me "10.0"
is there a method, where can i read to understand?
Thank you
and then rewrite it as "1000"
dividing by 100 makes me "10.0"
is there a method, where can i read to understand?
Thank you