Hi Kailash,

>  If I use the  $number.format('currency',$myNumber) for a -ve number,
>  the output becomes ($number)
> 
>  $myNumber                                                 -> -13.55
>  $number.format('currency',$myNumber)    ->  ( $13.55)
> 
>  How to show with -ve sign  without parenthesis bracket after
> formatting?

I'm not sure what a "-ve sign" is, but you can give NumberTool a
custom format like this:
  $number.format('$0.00',$myNumber)

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to