On Wed, 2010-05-19 at 17:35 -0300, Leonardo M. Ramé wrote: > Hi, I'm trying to create a non-default action that must be executed when > the url is /cgi-bin/myprogram?action=ShowListing. When I change the > Content-property to "ShowListing" it automatically adds an #10 character > at the end, this can be easily see in the lfm file as follows (also note > that Contents.strings is added by Lazarus -not by me-):
Problem is that the 'content' property is in fact Contents.Text. So this information is stored twice in the lfm. And an end-of-line character is added. I don't know why both properties are there. Michael, do you know this? Joost -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
