ID:104235
 
This issue has been marked as a duplicate of id:93077
BYOND Version:479
Operating System:Windows XP Home
Web Browser:Firefox 3.6.12
Applies to:Dream Maker
Status: Duplicate

This issue has been marked as a duplicate of id:93077
Descriptive Problem Summary:
No matter what is entered, text2file() will add a line break to the end of the text string.

Code Snippet (if applicable) to Reproduce Problem:
text2file("superantx,","keys.txt")


Expected Results:
"superantx,"

Actual Results:
"superantx,
"
Does the problem occur:
Every time? Yes.
In other user accounts? Yes.
On other computers? Yes.

Workarounds:
Manually filter out the line break when reading the file.