comp.lang.ada
 help / color / mirror / Atom feed
From: christoph.grein@eurocopter.com
Subject: Re: not X'Length
Date: Thu, 15 May 2008 03:12:55 -0700 (PDT)
Date: 2008-05-15T03:12:55-07:00	[thread overview]
Message-ID: <cbfa9936-c1fe-4862-b346-5c17b72a2b65@w7g2000hsa.googlegroups.com> (raw)
In-Reply-To: 954e4cd2-11a9-420b-85c4-7741c429e1b2@c65g2000hsa.googlegroups.com

Nachtrag: Warum einfach, wenn's auch kompliziert geht.

if X'Length not in Positive then  -- was meant (I gather), implicit
type conversion to Integer; can be simplified to

if X'Length = 0 then  -- implicit type conversion (to root_integer -
not sure about this, too lazy to look it up) here



  reply	other threads:[~2008-05-15 10:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-15  9:19 not X'Length Georg Bauhaus
2008-05-15  9:39 ` christoph.grein
2008-05-15 10:12   ` christoph.grein [this message]
2008-05-15 20:48   ` Georg Bauhaus
2008-05-15 22:20     ` Adam Beneschan
2008-05-16  8:04       ` Manuel Collado
2008-05-16  8:15       ` Georg Bauhaus
2008-05-16 12:52     ` Stephen Leake
replies disabled

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