On Mon, Mar 5, 2012 at 11:36 PM, leledumbo <[email protected]> wrote: >> Fpc Trim(): Trim whitespace from the ends of a string. > > Where did you get that? The documentation > (http://www.freepascal.org/docs-html/rtl/sysutils/trim.html) doesn't say > so... >
And a simple test confirms the docs (FPC 2.6):
ShowMessage(Trim('test ') + Trim (' !'));
-Flávio
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
