Page 1 of 1

A1 Coding - Addition Space Question

Posted: Mon Aug 31, 2009 10:11 pm
by LMSSC
Dear Michael,

I please need your help on a bit of addition code.

I am using the code: $> which is a modified version from A1 Help - Form Command - Memory.

However when it prints out, there is a space between the $ and the value that I don't want.

Example: $ 333.33

How do I get rid of that space?

Thanks!

Re: A1 Coding - Addition Space Question

Posted: Mon Aug 31, 2009 10:39 pm
by Anonymous User
Try the AllTrim function like this:

$

Also, consider 10,2 in your STR function so that you have a maximum of 7 digits to the left of the decimal rather than 5. 10 characters total less 2 to the right of the decimal and the decimal itself leaves 7 to the left.

(:P)

Mike

Re: A1 Coding - Addition Space Question

Posted: Tue Sep 01, 2009 1:27 pm
by LMSSC
Thank you very much Michael. The code worked great!

Sincerely, Michael Lerner - Lerner, Moore, Silva, Cunningham & Rubel