tatsujin90
New Member
- Joined
- May 23, 2018
- Messages
- 3
Hello So i have have this code that i need to mutilply by 500 and change the "tab=number" in each line to next higher number for example :
this counts as one line >>> 500 of thoese
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]{[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "select",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": "label=Reorder #2"[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "css=#mailForm > input:nth-child(4)",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "selectWindow",[/TD]
[/TR]
[TR]
[TD] "Target": "tab=1",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },
two
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]{[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "select",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": "label=Reorder #2"[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "css=#mailForm > input:nth-child(4)",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "selectWindow",[/TD]
[/TR]
[TR]
[TD] "Target": "tab=2",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },
three
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]{[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "select",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": "label=Reorder #2"[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "css=#mailForm > input:nth-child(4)",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "selectWindow",[/TD]
[/TR]
[TR]
[TD] "Target": "tab=3",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },
four
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]{[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "select",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": "label=Reorder #2"[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "css=#mailForm > input:nth-child(4)",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "selectWindow",[/TD]
[/TR]
[TR]
[TD] "Target": "tab=4",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
and so on 500 time with the "tab=number is ranging from 1-500"
THanks for reading this and helping )) God bless.
this counts as one line >>> 500 of thoese
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]{[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "select",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": "label=Reorder #2"[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "css=#mailForm > input:nth-child(4)",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "selectWindow",[/TD]
[/TR]
[TR]
[TD] "Target": "tab=1",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },
two
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]{[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "select",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": "label=Reorder #2"[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "css=#mailForm > input:nth-child(4)",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "selectWindow",[/TD]
[/TR]
[TR]
[TD] "Target": "tab=2",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },
three
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]{[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "select",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": "label=Reorder #2"[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "css=#mailForm > input:nth-child(4)",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "selectWindow",[/TD]
[/TR]
[TR]
[TD] "Target": "tab=3",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },
four
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]{[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "select",[/TD]
[/TR]
[TR]
[TD] "Target": "id=mailType",[/TD]
[/TR]
[TR]
[TD] "Value": "label=Reorder #2"[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "click",[/TD]
[/TR]
[TR]
[TD] "Target": "css=#mailForm > input:nth-child(4)",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
[TR]
[TD] {[/TD]
[/TR]
[TR]
[TD] "Command": "selectWindow",[/TD]
[/TR]
[TR]
[TD] "Target": "tab=4",[/TD]
[/TR]
[TR]
[TD] "Value": ""[/TD]
[/TR]
[TR]
[TD] },[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
and so on 500 time with the "tab=number is ranging from 1-500"
THanks for reading this and helping )) God bless.