hi i m using a job to see my profile info in my web site
ok it return the values
how can i get only a values?
dim a1, a2, a3, a4, a5 as string
a1 = doidloko@gmail.com
a2 = https://plus.google.com/109691273181171171967
etc etc
how can i remove the <p>and get values later nome= ?
ok it return the values
B4X:
<p>nome=Douglas Eduardo Farias</p>
<p>email=doidloko@gmail.com</p>
<p>link=https://plus.google.com/109691273181171171967</p>
<p>imagem=https://lh5.googleusercontent.com/-_KZutqDhFHE/AAAAAAAAAAI/A</p>
<p>sexo=male</p>
<p>localizacao=pt-BR</p>
how can i get only a values?
dim a1, a2, a3, a4, a5 as string
a1 = doidloko@gmail.com
a2 = https://plus.google.com/109691273181171171967
etc etc
how can i remove the <p>and get values later nome= ?
B4X:
LogCat connected to: B4A-Bridge: motorola XT1033-359321054369100
--------- beginning of /dev/log/main
Connected to B4A-Bridge (Wifi)
sending message to waiting queue (CallSubDelayed - UpdateStatus)
Installing file.
PackageAdded: package:click.fight.vallow
(Intent) Intent { act=android.intent.action.MAIN flg=0x20000000 cmp=click.fight.vallow/.main }
no extras
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (httputils2service) Create **
** Service (httputils2service) Start **
<p>nome=Douglas Eduardo Farias</p>
<p>email=doidloko@gmail.com</p>
<p>link=https://plus.google.com/109691273181171171967</p>
<p>imagem=https://lh5.googleusercontent.com/-_KZutqDhFHE/AAAAAAAAAAI/A</p>
<p>sexo=male</p>
<p>localizacao=pt-BR</p>