
Log Text to a file with lines longer than 20 chars
I need to log internal variables into a text 'comma' seppared format.
The principal problem is the strings limitation of 20 chars, and the write-to-file functions that only can write strings or bytes one by one.
Please try to suggest any way to do this.
Thanks.