Hi guys,
Sorry for noob question, what is the syntax to break long string into multiple line ?
For ex :
I want to write in code :
Tried to search, but didn't find.
Sorry for noob question, what is the syntax to break long string into multiple line ?
For ex :
B4X:
Str = "this is a long string that needs to break into multiple line"
I want to write in code :
B4X:
Str = "this is a long string that needs " &
"to break into multiple line"
Tried to search, but didn't find.