comp.lang.ada
 help / color / mirror / Atom feed
From: Matthew Heaney <matthew_heaney@acm.org>
Subject: Re: armin.schmidle@chnet.mail.abb.com
Date: 1998/09/05
Date: 1998-09-05T00:00:00+00:00	[thread overview]
Message-ID: <m37lzi4uhr.fsf@mheaney.ni.net> (raw)
In-Reply-To: 35F15654.D096F0AC@swol.de

Armin <ArminSchmidle@swol.de> writes:

> can anyone tell me how i can get mystring := "4.56" to become myfloat :=
> 4.56

   Myfloat : constant Float := Float'Value (MyString);

> or mystring := "123" to become myinteger := 123

  MyInteger : constant Integer := Integer'Value (MyString);





      reply	other threads:[~1998-09-05  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-09-05  0:00 armin.schmidle@chnet.mail.abb.com Armin
1998-09-05  0:00 ` Matthew Heaney [this message]
replies disabled

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