From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e0dc3fcb6c922d48,start X-Google-Attributes: gid103376,public From: RC Subject: Unconstrained String Handling. Date: 1997/07/03 Message-ID: #1/1 X-Deja-AN: 254274015 Distribution: world X-NNTP-Posting-Host: clanchy.demon.co.uk [158.152.48.37] Organization: Clanchy Newsgroups: comp.lang.ada Date: 1997-07-03T00:00:00+00:00 List-Id: 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