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
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to