When using PRINT #f, s$ to print a string to a sequential file
it appears that the string is being split after 4096 characters
and then continued onto a new line. The documentation does not
mention a width restriction. Is this for real? And if so, can I
stop it?
it appears that the string is being split after 4096 characters
and then continued onto a new line. The documentation does not
mention a width restriction. Is this for real? And if so, can I
stop it?
Comment