comp.lang.ada
 help / color / mirror / Atom feed
* who convert integer to string or to unbounded string?
@ 2002-07-25 13:16 jose
  2002-07-25 13:38 ` Jacob Sparre Andersen
  2002-07-25 13:46 ` Frank J. Lhota
  0 siblings, 2 replies; 3+ messages in thread
From: jose @ 2002-07-25 13:16 UTC (permalink / raw)


who convert integer to string or to unbounded string?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: who convert integer to string or to unbounded string?
  2002-07-25 13:16 who convert integer to string or to unbounded string? jose
@ 2002-07-25 13:38 ` Jacob Sparre Andersen
  2002-07-25 13:46 ` Frank J. Lhota
  1 sibling, 0 replies; 3+ messages in thread
From: Jacob Sparre Andersen @ 2002-07-25 13:38 UTC (permalink / raw)


jose wrote:
> who convert integer to string or to unbounded string?

See section 3.5 in the Ada Language Reference Manual.

Jacob
-- 
"Nobody writes jokes in base 13."
  Douglas Adams




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: who convert integer to string or to unbounded string?
  2002-07-25 13:16 who convert integer to string or to unbounded string? jose
  2002-07-25 13:38 ` Jacob Sparre Andersen
@ 2002-07-25 13:46 ` Frank J. Lhota
  1 sibling, 0 replies; 3+ messages in thread
From: Frank J. Lhota @ 2002-07-25 13:46 UTC (permalink / raw)


"jose" <josecamara@wanadoo.es> wrote in message
news:8ddde5dd.0207250516.5c241b5@posting.google.com...
> who convert integer to string or to unbounded string?

The attribute Integer'Image() will do the trick, e.g.

    N_Str : constant String := Integer'Image ( n );





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-25 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-25 13:16 who convert integer to string or to unbounded string? jose
2002-07-25 13:38 ` Jacob Sparre Andersen
2002-07-25 13:46 ` Frank J. Lhota

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