comp.lang.ada
 help / color / mirror / Atom feed
From: "Jean-Pierre Rosen" <rosen@adalog.fr>
Subject: Re: Problem from a Newbie
Date: Wed, 14 Jan 2004 17:42:59 +0100
Date: 2004-01-14T17:42:59+01:00	[thread overview]
Message-ID: <8kr3ub.u5c.ln@skymaster> (raw)
In-Reply-To: kc8fd1-ul5.ln1@beastie.ix.netcom.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 317 bytes --]


"Dennis Lee Bieber" <wlfraed@ix.netcom.com> a �crit dans le message de news:kc8fd1-
[...]
>                 for j in 0..integer(Position) loop
>                         put(" ");       --space output across line
>                 end loop;
BTW, this can be written as:
  put ((1..Integer(position)+1 => ' '));





  parent reply	other threads:[~2004-01-14 16:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-13  8:44 Problem from a Newbie Cecilia Chew
2004-01-13 12:37 ` David C. Hoos
2004-01-13 17:42 ` Jeffrey Carter
2004-01-14  5:49 ` Steve
2004-01-14 21:08   ` Simon Wright
     [not found] ` <kc8fd1-ul5.ln1@beastie.ix.netcom.com>
2004-01-14 16:42   ` Jean-Pierre Rosen [this message]
2004-01-15  8:56     ` Dmitry A. Kazakov
2004-01-14 17:41   ` Jeffrey Carter
2004-01-15  1:03     ` Jeffrey Carter
replies disabled

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