I don't think you can fix the length, but you can convert it to a number, do your operation, then convert it back. To convert it back goes something like this:
I don't have the API in from of me, so that may not be precisely right, but if you look at the java.text.DecimalFormat class API, you should be able to get the rest of it.
Derek
[ September 24, 2004: Message edited by: Derek Baker ]