comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de>
Subject: Re: creating own Image function
Date: Wed, 29 Dec 2004 17:46:15 +0000 (UTC)
Date: 2004-12-29T17:46:15+00:00	[thread overview]
Message-ID: <cquqh7$ep1$2@a1-hrz.uni-duisburg.de> (raw)
In-Reply-To: cquo6g$les$1@geraldo.cc.utexas.edu

Bobby D. Bryant <bdbryant@mail.utexas.edu> wrote:
 
: I think you can declare tmp as -
: 
:   tmp : String := "The value of field is:" & Integer'Image(Get(this));

or,

    tmp : constant String :=
                    "The value of field is:" & Integer'Image(Get(this));
 

: For that matter, I think you can skip the declaration and just do -
: 
:   return "The value of field is:" & Integer'Image(Get(this));
: 
: as the body of your function.



-- Georg



      reply	other threads:[~2004-12-29 17:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-29 16:51 creating own Image function R
2004-12-29 17:01 ` Vinzent 'Gadget' Hoefler
2004-12-29 17:04 ` Mark Lorenzen
2004-12-29 17:20   ` Luke A. Guest
2004-12-29 20:56     ` Mark Lorenzen
2004-12-30  4:04       ` Jeffrey Carter
2004-12-30  8:32         ` Vinzent 'Gadget' Hoefler
2004-12-30  4:02     ` Jeffrey Carter
2005-01-15 23:58       ` Sandro Magi
2004-12-29 17:06 ` Bobby D. Bryant
2004-12-29 17:46   ` Georg Bauhaus [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