On Mon, 5 Mar 2012, Bart wrote:

Hi,

Brought up in Lazarus forums.

Fpc Trim(): Trim whitespace from the ends of a string.
Delphi Trim(): Trims leading and trailing spaces and control
characters from a string.

Depends on what you mean by whitespace, of course. FPC strips everything below Ord(' '), and thus should behave the same as Delphi.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to