09-08-2008 02:18 AM
Well its indeed on my C-drive, but it should be on here.(mozilla)
I tried "Paste from Word", ctrl+v wont work.
I tried insert image, but you cant select your drive as source.(you get the previous result)
I tried copy and then paste in here
....no luck.
But attachment should work, so i attached this time... Ahh, it does not like .bmp files!
New thread?? maybe, we are almost through.
CR andf LF are supposed to do just that, namely CR=return cursor to start of line,
LF= move cursor one line down.
In my example terminal i observed that a single CR or a single LF is executed as a CRLF.
(return AND linefeed). That was with a While-loop delay of 10 msecs.
When i decreased the time to 1msec (thus faster), i observed a more, but not always,
stable correct behavior.
What is the default behavior of CR and LF codes in a TextBox?
09-08-2008 09:01 AM