comp.lang.ada
 help / color / mirror / Atom feed
* Why is this not legal
@ 2009-09-29  0:11 Rob Solomon
  2009-09-29  0:23 ` Adam Beneschan
  2009-09-30  8:39 ` Martin Krischik
  0 siblings, 2 replies; 6+ messages in thread
From: Rob Solomon @ 2009-09-29  0:11 UTC (permalink / raw)


I am trying to write some simple string manipulations but am getting
an error I don't understand.

  type WordEntryType is String(1..MaxLineLength);

This is flagged as not legal.  GNAT want it to read 
IS NEW String

But that means the type is not a standard string.

What am I missing?

Thanks



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

end of thread, other threads:[~2009-10-01 20:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-29  0:11 Why is this not legal Rob Solomon
2009-09-29  0:23 ` Adam Beneschan
2009-09-29  2:06   ` Rob Solomon
2009-10-01 20:54   ` Keith Thompson
2009-09-30  8:39 ` Martin Krischik
2009-09-30  5:10   ` stefan-lucks

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