Re: String values with spaces in Enumerations

udayan.shukla@us.cgeyc.com writes:

> My question is about string values in the domain of an enumerated data type
> which have emebedded spaces. Is this at all possible? E.g. the possible
> values in my enumerated data type "Account Type" are:
> 
> 1. Conversion Roth IRA
> 2. Corporation
> 3. Comm Prop
> ...
> ...
> 
> et al.

No problem.  You just can't base a list on such a type with any
expectation of success.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

Received on Thursday, 4 January 2001 16:48:44 UTC