Guyz,
i got a problem here,
actually, it is pretty simple.
i want to insert a new line in richtextbox by using the VB programming code.

for example,
i have richtextbox1 and command1,
and i make this code :

private_sub command1_click

richtextbox1.text = "abcdefghijk" & "lmnopqrstu"

end sub

the result when command1 is clicked :

abcdefhijklmnopqrstu

what i want is to put the "lmnopqrstu" on the next line, like this :

abcdefghijk
lmnopqrstu

can anyone help ?

i know it is pretty simple, but i need the answer,
please reply...