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');

With quotes.
He does want (or already has) the text snippets as 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  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to