Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 BUG (3.1sr4): Linefeed character
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Anders M
Junior Member

Sweden
117 Posts

Posted - 09 May 2001 :  20:44:53  Show Profile  Visit Anders M's Homepage
vbCrLf is used everywhere in the Snitz code. It is a carriage return – linefeed combination, i.e. Chr(13) & Chr(10). This works fine on NT platforms, but not on Unix/Linux, where only linefeed vbLf, Chr(10), shall be used.

I have problems with the current Snitz release, since I have my forum on Linux/ChiliAsp. I noticed it while working on the Email Subscription MOD. The email sent from Snitz can be quite strange looking.

To make Snitz platform independent, all vbCrLf should be replaced with vbNewLine. This is a platform-specific newline character; whatever is appropriate for the platform. Chr(13) & Chr(10) will automatically be used on NT, while only Chr(10) will be used on Unix/Linux.

Please change all vbCrLf to vbNewLine in future Snitz releases. We do want to support Unix/Linux, don't we?

-Anders M

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 09 May 2001 :  21:07:12  Show Profile  Visit HuwR's Homepage
You are absolutely correct, it should really be using vbNewLine

Fixed in source

Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07