Am Wednesday 15 August 2012 04:05:56 schrieb Martin:
> On 15/08/2012 02:52, waldo kitty wrote:
> > this would be no different than the program doing
> >
> > writeln(snippet1);
>
> ....
>
> > .i must still be missing something :?
>
> If I understood him correct:
>
> It is not
> writeln(snippet1);
> it is
> writeln('snippet1');
It is writeln( ls( 'snippet1' ) );
> With quotes.
> He does want (or already has) the text snippets as in-lined constants.
in-lined constants ???
> He does not want to do the work of maintain them in another place (which
> an array, or resource string would require.)
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal