Christopher M Burger wrote: > I have two numbers 100.00 and 50.00 when I subtract them I get 50 but > I want > 50.00 how do I tell it to keep the decimal place? > > Any help would be appreciated. > > Christopher Burger
Depends on how you are outputing the result to screen. Using printf as printf "%5.2f", $result will display as nnn.nn or in your case 50.00. Wags ;) ********************************************************** This message contains information that is confidential and proprietary to FedEx Freight or its affiliates. It is intended only for the recipient named and for the express purpose(s) described therein. Any other use is prohibited. **************************************************************** -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]