[fpc-pascal] Unclear documentation of Trim(), TrimLeft(), TrimRight() functions

Bernd prof7bit at googlemail.com
Sat Jan 28 18:24:56 CET 2012


There it reads: "Trim strips blank characters (spaces) at the
beginning and end of S and returns the resulting string. Only #32
characters are stripped.".

But from looking into the source it seems it will strip all these
characters: [#0..#32] and not only #32 (space).

Bernd



More information about the fpc-pascal mailing list