Re: fortran character set



Terence wrote:

None of the Fortran compilers I use offer currency editing in the
format statement and therefore the concept of a currency symbol did
not exist in my productive days, in the Fortran language. Maybe
something strange happened since; I'm sure I don't like the way it's
going...

PL/I originally had a format for printing pounds, shillings,
and pence. Since England doesn't use that anymore, I think it
has been removed from more recent compilers.

(It was a special case of the Picture format, which would also
be useful for other currency formatting. I believe, including
a floating currency symbol.)

-- glen

.



Relevant Pages

  • RE: Regional settings modification
    ... Country Text Indexed ... This application is intended for different countries and differend currency ... They are still derived from the regional settings. ... simply copied the pound symbol and used it in the format property for text ...
    (microsoft.public.access.modulesdaovba)
  • Re: Currency conversion
    ... I agree that the way Access works with regard to currency ... format at all with a currency field, ... again it displays per regional settings. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Currency conversion
    ... If your data type is number and you want to format as currency but do not see it on the list, ... Currency fields to match their regional settings. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Regional settings modification
    ... I am trying to avoid using Currency format, I use "standard" format instead, which do not show any currency symbol, and if symbol required - I showed it in a separate field. ... as for decimal symbol - I think there is no way to solve this, unless you change regional settings, what, as Doug mentioned, is A Bad Thing. ... "Rob" wrote: ...
    (microsoft.public.access.modulesdaovba)
  • RE: Currency changer
    ... Select the cell required. ... choose the desired currency symbol from the Symbol drop-down list. ... That changes the *format* and display of the underlying numbers in the cell ...
    (microsoft.public.excel.programming)