S
SHIPP
I have the following code:
format(dblTest,"0.00%")
It works fine except that with a negative number it prints -1.01%. What the
accountants want to see is (1.01%). Is there any way to get the brackets
around the number?
format(dblTest,"0.00%")
It works fine except that with a negative number it prints -1.01%. What the
accountants want to see is (1.01%). Is there any way to get the brackets
around the number?