J
Jamie Loren
i am programatically putting data into a TextBox. I need to insert a
carriage return.
I tried this...
chr(13)
and this...
chr(10) & chr(13)
....but this didn't work. It only gave me little squares displayed instead
of going to the next line.
what am I doing wrong??
carriage return.
I tried this...
chr(13)
and this...
chr(10) & chr(13)
....but this didn't work. It only gave me little squares displayed instead
of going to the next line.
what am I doing wrong??