Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×