Moving data from a text file to SQLite database.
If I have a line in the text file like for example this: 123, "John,", Smith
Then what would be the fastest way to split this line in these 3 fields:
123
John,
Smith
As these files can be large, I need to process the file line by line, so I...
'TextField1.Text is empty - just loaded the layout.
'Logs zero.
Log("TextField1.Text.Length = " & TextField1.Text.Length)
Dim str() As String = Regex.Split(",", TextField1.Text)
'Logs 1 instead of zero.
Log("str length = " & str.Length)
EDIT:
Dim str() As String =...
Hi everyone,
i'm trying to porting some javascript (react) code into B4A, but the data.slice(from, to) function is used to create blocks of 512bytes from a larger file.
What is the equivalent in B4X?
Thanks in advance
Hello,
I'm asking a question I didn't see in the forum (or I've lost my glasses !)
Is there a way to split the (tab) coding window horizontally ?
why this question ?
I generally code my views, so when I create a new one, I go on top to declare, then go on bottom to code many times an hour.
So...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.