comp.lang.ada
 help / color / mirror / Atom feed
* types and non-contigous ranges
@ 2004-02-26 14:17 Erlo Haugen
  2004-02-26 15:52 ` Jacob Sparre Andersen
  2004-02-26 16:07 ` types and non-contigous ranges Dmitry A. Kazakov
  0 siblings, 2 replies; 10+ messages in thread
From: Erlo Haugen @ 2004-02-26 14:17 UTC (permalink / raw)


Hello everyone,
what is the easiest way to define a (sub)type consisting of ranges and 
single values?
Let me give an example:

I want a type, based on character, that contains 'A'..'Z' and '0'..'9'
and some single characters like '�','�' and '�'.

subtype Valid_Characters is character range 'A'..'Z' ????? and what then??


Do I really have list all the values?

-- 
Erlo
-----
Remove underscores from mail address.
The statements and opinions are mine and does not
neccesarily reflect those of my employers




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

end of thread, other threads:[~2004-03-01  8:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-26 14:17 types and non-contigous ranges Erlo Haugen
2004-02-26 15:52 ` Jacob Sparre Andersen
2004-02-27  7:55   ` Erlo Haugen
2004-02-27 13:00     ` Jacob Sparre Andersen
2004-02-27 13:21       ` Erlo Haugen
2004-02-27 13:58         ` Character encoding (Was: types and non-contigous ranges) Jacob Sparre Andersen
2004-02-26 16:07 ` types and non-contigous ranges Dmitry A. Kazakov
2004-02-27  7:53   ` Erlo Haugen
2004-02-27 23:59     ` Randy Brukardt
2004-03-01  8:50       ` Erlo Haugen

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