[fpc-pascal] Re: Get all caller adresses of a given function/procedure before executing

Rainer Stratmann RainerStratmann at t-online.de
Wed Aug 15 09:35:33 CEST 2012


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.)



More information about the fpc-pascal mailing list