Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
Elevate Web Builder Technical Support
»
Support Forums
»
Elevate Web Builder General
»
View Thread
View Thread
The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Docu mismatch in: TStrings.LineSeparator Property
Fri, Jan 31 2014 2:47 AM
Permanent Link
Claudia Borsel
I was wondering, why a Linux served text file (0x0A only) did not get split into lines by TStingList, while the documentation said so:
es-help://ewb1/WebCore_TStrings_LineSeparator_property
TStrings.LineSeparator Property
"... The default value for this property is the linefeed (0x0A) character."
But actually CRLF is the default property (webcore.wbs):
TStrings = class(TAbstractList)
private
FNameValueSeparator: Char=EQ;
FLineSeparator: String=CRLF;
Maybe this might get aligned with each other in a future release?
Fri, Jan 31 2014 5:52 AM
Permanent Link
Matthew Jones
1.03 seems to have broken this, and Tim seems to have a fix on the way soon.
/Matthew Jones/