comp.lang.ada
 help / color / mirror / Atom feed
* Character Type?
@ 1999-01-26  0:00 Chris
  1999-01-26  0:00 ` Tom Moran
  1999-01-27  0:00 ` Bill Ghrist
  0 siblings, 2 replies; 5+ messages in thread
From: Chris @ 1999-01-26  0:00 UTC (permalink / raw)


I have to make a program that can declare a range of characters from
'1'..'10'  I have been trying everything but I can't seem to find anything
that will work.  This is what I have so far:

SUBTYPE Index IS Character RANGE  '1'..'10';

TYPE X IS ARRAY (Index) OF Character;
TYPE Y IS ARRAY (Index) OF Character;

Any help would be GREATLY appreciated.

~Chris






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

end of thread, other threads:[~1999-01-28  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-26  0:00 Character Type? Chris
1999-01-26  0:00 ` Tom Moran
1999-01-27  0:00 ` Bill Ghrist
1999-01-27  0:00   ` Simon Wright
1999-01-28  0:00   ` robert_dewar

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