On May 19, 2006, at 20:12 UTC, stephane richard wrote:

> IF there's a CHR() function in RB you could define the constand as 
> CHR(13)+Chr(10)

There is a Chr() function in RB, but since it's a function, you can't use it as 
part of a constant definition -- constant definitions must, by definition, be 
constant.

I recommend simply making a global (or other) property called CRLF, which you 
initialize at app startup.  A function is also a decent idea, but involves 
greater overhead.

Best,
- Joe

--
Joe Strout -- [EMAIL PROTECTED]
Verified Express, LLC     "Making the Internet a Better Place"
http://www.verex.com/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to