Re: STRING length
- From: "Jeffrey R. Carter" <spam.not.jrcarter@xxxxxxxxxxxxxxxx>
- Date: Wed, 15 Nov 2006 01:29:57 GMT
markww wrote:
Add_Record("Mark", "555-555-5555", "123 main street");
expected private type "Ada.Strings.Unbounded.Unbounded_String"
As the message says, Unbounded_String is a private type. String literals are only defined for string types. You need to supply values of type Unbounded_String here. You might want to spend a moment reviewing the operations in Ada.Strings.Unbounded to see how to do that.
--
Jeff Carter
"Help! Help! I'm being repressed!"
Monty Python & the Holy Grail
67
.
- Follow-Ups:
- Re: STRING length
- From: markww
- Re: STRING length
- References:
- STRING length
- From: markww
- Re: STRING length
- From: Georg Bauhaus
- Re: STRING length
- From: markww
- Re: STRING length
- From: markww
- STRING length
- Prev by Date: Re: STRING length
- Next by Date: Re: STRING length
- Previous by thread: Re: STRING length
- Next by thread: Re: STRING length
- Index(es):