if can run some VB SCRIPT CODE on app,read vb code from text1.text?
and call like CLASS1.test,class1.download(url)?
like this:
[B4X] MiniHtmlParser - simple html parser implemented with B4X | B4X Programming Forum
www.b4x.com
and call like CLASS1.test,class1.download(url)?
like this:
[B4X] MiniHtmlParser - simple html parser implemented with B4X | B4X Programming Forum
[B4X] MiniHtmlParser - simple html parser implemented with B4X
MiniHtmlParser is a cross platform class that parses html strings and creates a tree with the various elements. It is a less powerful alternative to jTidy or jSoup, however it is simple to use, cross platform and as it is implemented in B4X it can be extended quite easily. Note that many...