Re: Real Time IO routines -- answering Simon Wright part 1
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Mon, 29 Oct 2007 15:38:27 -0700
anon@xxxxxxxx (anon) writes:
[...]
-- Basically, what's wrong with the IMAGE attribute?
--
-- Using IMAGE Attribute. Output formatted and style set by vendor
-- and the output format is not specified in Ada RM.
Wrong. The result of the 'Image attribute is specified by the
language, not by the vendor.
-- 1.For numeric data. No formatted output.
-- A) No data "Width" control for output.
-- B) No field formatting. Such as setting the "Fore",
-- "Aft" or "Exp" fields.
-- C) No base control.
-- D) No readability formatting. Such as adding "_" or commas
-- in numeric data printed output stream.
The 'Image attribute is less flexible than some other solutions.
Nobody has claimed otherwise.
If the behavior of 'Image happens to be satisfactory for your
purposes, there's no reason not to use it. If it isn't, then
obviously you should use something else.
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
.
- Follow-Ups:
- 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: Simon Wright
- Re: Real Time IO routines -- answering Simon Wright part 1
- From: anon
- Real Time IO routines
- Prev by Date: Re: Real Time IO routines
- Next by Date: Re: Real Time IO routines -- answering Simon Wright part 1
- Previous by thread: Re: Real Time IO routines -- answering Simon Wright part 1
- Next by thread: Re: Real Time IO routines -- answering Simon Wright part 1
- Index(es):
Relevant Pages
|