T
Tony Johansson
Hello!
I have an empty TextBox from the beginning. Assume now if I write abc and
then hit the CR button three times
how many rows would you say that I have in the TextBox.
So If I want to count the number of rows according to a reasonable
interpretation can I then just count the number of CR which is ASCII 13.
//Tony
I have an empty TextBox from the beginning. Assume now if I write abc and
then hit the CR button three times
how many rows would you say that I have in the TextBox.
So If I want to count the number of rows according to a reasonable
interpretation can I then just count the number of CR which is ASCII 13.
//Tony