comp.lang.ada
 help / color / mirror / Atom feed
From: "Jeffrey R. Carter" <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: Re : Simple call of Procedure with Ada.float_text_IO.Get
Date: Tue, 3 Nov 2015 12:02:35 -0700
Date: 2015-11-03T12:02:35-07:00	[thread overview]
Message-ID: <n1b086$fi$1@dont-email.me> (raw)
In-Reply-To: <117ec1cb-834e-4aef-8449-0aa32c05fd27@googlegroups.com>

On 11/03/2015 11:40 AM, comicfanzine@gmail.com wrote:
> 
> Thank you, that exactly my problem , i want to use the Ada.float_text_IO.Get
> Procedure  and supply in my body package those items needed . The point is
> there are several of them(without File management) :
> 
> procedure Get (Item  : out Num; Width : Field := 0);
> 
> procedure Get (From : String; Item : out Num; Last : out Positive);

There is also

procedure Get(File : in File_Type; Item : out Num; Width : in Field := 0);

If you've read the descriptions of these procedures in the ARM (ARM A.10.9) then
you should know what each one does, and which one you want.

http://www.adaic.org/resources/add_content/standards/12rm/html/RM-A-10-9.html

You should be familiar with the standard library described in ARM Annex A if
you're going to use Ada.

-- 
Jeff Carter
"Drown in a vat of whiskey. Death, where is thy sting?"
Never Give a Sucker an Even Break
106


  reply	other threads:[~2015-11-03 19:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-02 12:33 Re : Simple call of Procedure with Ada.float_text_IO.Get comicfanzine
2015-11-02 13:03 ` Jacob Sparre Andersen
2015-11-02 14:46   ` comicfanzine
2015-11-02 17:23     ` Jacob Sparre Andersen
2015-11-02 21:51       ` comicfanzine
2015-11-02 23:02         ` AdaMagica
2015-11-03 11:42           ` comicfanzine
2015-11-03 11:52           ` comicfanzine
2015-11-03 18:40           ` comicfanzine
2015-11-03 19:02             ` Jeffrey R. Carter [this message]
2015-11-03 20:27             ` Simon Wright
2015-11-03 23:14               ` comicfanzine
2015-11-03 23:36               ` comicfanzine
2015-11-04 10:30                 ` Simon Wright
2015-11-04 12:39                   ` comicfanzine
2015-11-04 14:37                   ` comicfanzine
2015-11-04 16:06                     ` Simon Wright
2015-11-03  6:44         ` Randy Brukardt
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox