comp.lang.ada
 help / color / mirror / Atom feed
From: RC <rc1@clanchy.demon.co.uk>
Subject: Unconstrained String Handling.
Date: 1997/07/03
Date: 1997-07-03T00:00:00+00:00	[thread overview]
Message-ID: <NMFtgKANl5uzYwNP@clanchy.demon.co.uk> (raw)



Is there a portable way to handle data elements of type: string?

(Any attributes which can be accessed for instance.)

As for constant strings:

    line1:                      constant string := "Some text.";


begin
    put_line (line1);
    put_line (line1'last);

....



procedure string_op (ip_text: IN STRING) is
begin
    ?????




Thanks,

RC1




             reply	other threads:[~1997-07-03  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-07-03  0:00 RC [this message]
1997-07-03  0:00 ` Unconstrained String Handling Anonymous
1997-07-10  0:00 ` Matthew Heaney
1997-07-11  0:00   ` Anonymous
replies disabled

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