I have a variable myVar1 that is in html format like this
<table>
<tr>
<td>4</td>
</tr>
How can I transform myVar1 in simple text format myVar1=4 to be able
to do this myVar2 = Number(myVar1)+1
I have a variable myVar1 that is in html format like this
<table>
<tr>
<td>4</td>
</tr>
How can I transform myVar1 in simple text format myVar1=4 to be able
to do this myVar2 = Number(myVar1)+1
:: Copyright KIRUPA 2024 //--