0

Remove decimal point and leave characters

I have a report for sending to the bank that I need a total of 10 spaces filled either with values or leading 0s.
I need the 2 number characters after the decimal point to stay intact but without the decimal. We then copy to notepad to send to the bank. Also I am having trouble concatinating the whole string because it removes some of my custom formatting but that's another issue.
Example:
From This-
00001188.75

To This-
0000118875

4 comments

Please sign in to leave a comment.