Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: formatting money

From: volker:nitsch:gm:ail at: 29-Dec-2004 21:20

On Wed, 29 Dec 2004 17:52:31 -0200, Carlos Lorenz <[carlos--lorenz--gmail--com]> wrote:
> Hi list > > I'd like to print R$ 1.500,00 (the way we use in Brazil) instead of > both ways REBOL gives us natively: R$1500,00 or R$1'500,00. > > Any ideas? >
!>> replace/all "R$1'500,00" "'" "." == "R$1.500,00" But how do you output with the "'"? I only get "R$1500.00". (never tried formating).
> -- > *:-.,_,.-:*'``'*:-.,_,.-: > Carlos Lorenz > *:-.,_,.-:*'``'*:-.,_,.-: > -- > To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject. >
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler