Append line add blank line in adition to data

using append line to text file is adding a white row
how to avoid that blank line?

Hello,

As per my understanding, In the string variable “LineaR”, there is a new empty line is added. Please check on that.

Regards,
Sathanand :slight_smile:

solve with trim

ex: lineaR.tostring.trim

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.