hi i have a question
how do i make that after i typed some text in = ""
i want to move one line down and continu the text
so its wont be like thos
1)text 2)text 3)text
i want it to be
1)text
2)text
3)text
i tryed to use = "text"+"text"
but it dident work.
Code:
======
how do i make that after i typed some text in = ""
i want to move one line down and continu the text
so its wont be like thos
1)text 2)text 3)text
i want it to be
1)text
2)text
3)text
i tryed to use = "text"+"text"
but it dident work.
Code:
======
Code:
MsgBox("1)Daxter - Owner of the program." + "2)Dr.House - Translater." + "3)None - Photoes", MsgBoxStyle.Information)