Remove decimal from number

  • Thread starter Thread starter MA
  • Start date Start date
M

MA

What is the best way to remove the decimal from a number?

Convert 123.30 to 12330
 
If it's a number field, not text/string, you can just multiply the value
times 100.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top