needmoremoney
Technical User
I'm having a problem. Below is the statement.
whileprintingrecords;
numbervar currlength := length(totext({temp401KReport.currEePreTax}*100,"000000000"));
stringvar ContAmt := totext({temp401KReport.currEePreTax}*100,"000000000");
The number comes up 000000000 or 000000034 and -000000005.
I need to limit the output to only nine characters even if there is a negative number.
Any help thanks..
whileprintingrecords;
numbervar currlength := length(totext({temp401KReport.currEePreTax}*100,"000000000"));
stringvar ContAmt := totext({temp401KReport.currEePreTax}*100,"000000000");
The number comes up 000000000 or 000000034 and -000000005.
I need to limit the output to only nine characters even if there is a negative number.
Any help thanks..