Jump to content
Registration disabled at the moment Read more... ×
Ian Branch

Move a Function or Procedure to a Unit??

Recommended Posts

3 hours ago, corneliusdavid said:

This is why I use the constant sLineBreak as defined in the System unit.

Definitely going this way...

Tks.

Share this post


Link to post
15 hours ago, corneliusdavid said:

This is why I use the constant sLineBreak as defined in the System unit.

Yes, that's the right way. However, you should always remember where it's applicable and where not. F.i., HTTP, FTP, Telnet require exactly CRLF while x-platform log files are optimal with CR only (viewable and processable on both *nix an Win - except with dumb Notepad - as *nix dislikes CRLFs).

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×