Re: Real Time IO routines
- From: Robert A Duff <bobduff@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 29 Oct 2007 12:40:28 -0400
Adam Beneschan <adam@xxxxxxxxxx> writes:
... The semantics and result of 'Image are
well-defined by the language. If those semantics are acceptable for a
particular use, then there's nothing wrong with using 'Image (unless
there's an issue with using a secondary stack as Ludovic mentioned).
True. But it's pretty annoying that:
'Image of integers includes an unwanted leading space.
'Image does not provide the formatting control that Text_IO does.
You have to include the name of the type in the code.
'Image of enumeration literals does not print what appears in the source
code -- it converts to ALL_CAPS.
- Bob
.
- Follow-Ups:
- Re: Real Time IO routines
- From: Adam Beneschan
- Re: Real Time IO routines
- References:
- Real Time IO routines
- From: andrew
- Re: Real Time IO routines
- From: anon
- Re: Real Time IO routines
- From: Dmitry A. Kazakov
- Re: Real Time IO routines
- From: anon
- Re: Real Time IO routines
- From: Adam Beneschan
- Real Time IO routines
- Prev by Date: Re: Real Time IO routines
- Next by Date: Re: Real Time IO routines
- Previous by thread: Re: Real Time IO routines
- Next by thread: Re: Real Time IO routines
- Index(es):
Relevant Pages
|