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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7572f6fc8125b496 X-Google-Attributes: gid103376,public From: Mats Weber Subject: Re: How do I insert a carriage return into a multi-line text box (ObjectAda)? Date: 1997/09/12 Message-ID: <34193D99.423914E7@elca-matrix.ch>#1/1 X-Deja-AN: 271864743 References: <3416D21B.3366@cacd.rockwell.com> <341825F3.41C67EA6@swl.msd.ray.com> Organization: ELCA Matrix SA Reply-To: Mats.Weber@elca-matrix.ch Newsgroups: comp.lang.ada Date: 1997-09-12T00:00:00+00:00 List-Id: > > [...] I can insert an ASCII code 13 (carriage return character), but > > instead of performing a CR, a vertical bar (signifying a non-printable > > character) is inserted into the text box. Have you tried using ASCII.LF (12) instead of CR ? LF is the standard line separotor on most UNIX systems.