Usually the line endings one gets out of and multi-lined styled editfield do not matter, but for my current project it does as I need to do a lot of parsing on user entered text from such an editfield via the StyledText object
I seem to recall posts in the past saying that the platform default line ending returned by EndOfLine does not always match what you get out out of a styled multi-lined editfield. Is that still the case? If so is there a reliable way to know what the correct EOL for that case would be XPlatform? (and maybe a function such as Editfield.EndofLine or Styledtext.EndOfLine would be useful?) Yes I know one can use ReplaceLineEndings but I would need to do it both on the string returned by StyledText.Text and the individual StyleRun.Text strings and I would like to avoid that overhead. Thanks, - Karen _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
