Hello friends!
I'm a beaginer with b4a, soo ...
I would like to read 2 simple text lines between <div id> from the website to a string ... "text1, text2". Is there any simple way to do this?
Website code:
I'm a beaginer with b4a, soo ...
Website code:
B4X:
<div id = "temp">TextToRead1</div>
<div id = "temp1">TextToRead2</div>