Extra cr after every line?
Glen Bojsza
gbojsza at gmail.com
Thu Jan 20 17:02:22 EST 2005
I have had some success in writing lines to a file from a Windows XP
machine to a Solaris machine.
Unfortunately, there is an additional blank line after every line I write.
The data in the field "test" on the Windows machine is:
hostname
address
user
once written to a file on the Solaris machine via serial connection it
appears as:
hostname
address
user
Is there a method to not have the additional returns? I
on mouseUp
put the fld "test" into theData
write theData to file theSerialPort
end mouseUp
thanks
More information about the use-livecode
mailing list