A1 Coding - Addition Space Question

Closed Forum - older posts now retired. This forum is read only. You can search and view posts in this forum but you cannot reply or create new posts in this forum.
Post Reply
LMSSC
Posts: 408
Joined: Sun Jun 04, 2006 5:46 pm

A1 Coding - Addition Space Question

#1

Post by LMSSC » Mon Aug 31, 2009 10:11 pm

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!
Sincerely,
Michael Lerner
Network Administrator
Lerner, Moore, Silva, Cunningham & Rubel
www.injuryatwork.com
(909) 889-1131

Anonymous User

Re: A1 Coding - Addition Space Question

#2

Post by Anonymous User » Mon Aug 31, 2009 10:39 pm

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

LMSSC
Posts: 408
Joined: Sun Jun 04, 2006 5:46 pm

Re: A1 Coding - Addition Space Question

#3

Post by LMSSC » Tue Sep 01, 2009 1:27 pm

Thank you very much Michael. The code worked great!

Sincerely, Michael Lerner - Lerner, Moore, Silva, Cunningham & Rubel
Sincerely,
Michael Lerner
Network Administrator
Lerner, Moore, Silva, Cunningham & Rubel
www.injuryatwork.com
(909) 889-1131

Post Reply