Can continuation work with arrays
I keep getting error.
B4X:
checkstxt = array as String("Some text 1", _
"Some text 2", _
"Some text 3", _
"Some text 4", _
"Some text 5")
I keep getting error.
Continuation character must follow a space.