<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 06/03/12 11:00, <a class="moz-txt-link-abbreviated" href="mailto:michael.vancanneyt@wisa.be">michael.vancanneyt@wisa.be</a> wrote:
<blockquote
cite="mid:alpine.DEB.2.00.1203060959290.2425@fsb.wals.be"
type="cite">
<br>
<br>
On Mon, 5 Mar 2012, Bart wrote:
<br>
<br>
<blockquote type="cite">Hi,
<br>
<br>
Brought up in Lazarus forums.
<br>
<br>
Fpc Trim(): Trim whitespace from the ends of a string.
<br>
Delphi Trim(): Trims leading and trailing spaces and control
<br>
characters from a string.
<br>
</blockquote>
<br>
Depends on what you mean by whitespace, of course. FPC strips
everything below Ord(' '), and thus should behave the same as
Delphi.
<br>
</blockquote>
From <a class="moz-txt-link-freetext" href="http://www.freepascal.org/docs-html/rtl/sysutils/trim.html:">http://www.freepascal.org/docs-html/rtl/sysutils/trim.html:</a><br>
<br>
<var>"Trim</var> strips blank characters (spaces) at the beginning
and end of <var>S</var> and returns the resulting string. Only <var>#32</var>
characters are stripped."<br>
<br>
Stephano<br>
</body>
</html>