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.