Hello,
i must read the text , line by line from a multiline Textbox into a stringarray.
I have read the Guide for B4A and forum, but i can not find a solution.
Example:
Textbox (multiline)
---------------------------------
Line1
Line2
Line3
Line4
........
.....
---------------------------------
wish:
Stringarray(0) = "line1"
Stringarray(1) = "Line2"
....
in VB6 i have read it with a winos lowlevel function.
Thank you for Help
i must read the text , line by line from a multiline Textbox into a stringarray.
I have read the Guide for B4A and forum, but i can not find a solution.
Example:
Textbox (multiline)
---------------------------------
Line1
Line2
Line3
Line4
........
.....
---------------------------------
wish:
Stringarray(0) = "line1"
Stringarray(1) = "Line2"
....
in VB6 i have read it with a winos lowlevel function.
Thank you for Help