comp.lang.ada
 help / color / mirror / Atom feed
* Unconstrained String Handling.
@ 1997-07-03  0:00 RC
  1997-07-03  0:00 ` Anonymous
  1997-07-10  0:00 ` Matthew Heaney
  0 siblings, 2 replies; 4+ messages in thread
From: RC @ 1997-07-03  0:00 UTC (permalink / 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




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

end of thread, other threads:[~1997-07-11  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-07-03  0:00 Unconstrained String Handling RC
1997-07-03  0:00 ` Anonymous
1997-07-10  0:00 ` Matthew Heaney
1997-07-11  0:00   ` Anonymous

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