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,992e84f408e149d8 X-Google-Attributes: gid103376,public From: dewarr@my-dejanews.com Subject: Re: How to initiate part of a string? Date: 1998/09/19 Message-ID: <6u0ecf$gjf$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 392724981 References: <35E171AB.75CD@ddre.dk> <35e2dc46.1973509@SantaClara01.news.InterNex.Net> <35e3675e.37587430@SantaClara01.news.InterNex.Net> X-Http-Proxy: 1.0 x4.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Sat Sep 19 14:16:47 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/2.02 (OS/2; I) Date: 1998-09-19T00:00:00+00:00 List-Id: In article <35e3675e.37587430@SantaClara01.news.InterNex.Net>, tmoran@bix.com (Tom Moran) wrote: > >Tom> Txt : String(1 .. 100) := (1 .. 27=>' ', "abcd",31..100=>' '): > > >This is not valid Ada. > Quite so, it should have been > Txt : String(1 .. 100) := (1 .. 27=>' ') & "abcd" & (32 .. 100=>' > '); By the way, I am not sure I have seen this pointed out, but the subject line of this thread is quite wrong. You *initiate* a process You *initialize* data -----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum