iMacro help!

pxoxrxn

Supreme Member
Joined
Dec 21, 2011
Messages
1,398
Reaction score
2,084
Hi, everyone I need to some with iMacro. I want to make it so TAG POS=1 then the next line it is equal to 2 and so on up by 1 each time. I think I should be using !VAR1 but I'm not sure how to set it. I then want it to repeat the line where the TAG POS=1+1+1 ect...

Its kind of hard to explain if you need another explanation I will try.

Cheers
 
Do you need this macro for twitter ?...
i use microsoft excel.. and use the form CONCATENAR... with this action u can created this action, and paste in imacro.. sorry for my english... is so bad..

For example:
cell 1:
TAG POS=
cell 2:
1
cell3:
TYPE=DIV ATTR=TXT:Seguir

AND cell 4:
use the command CONCATENAR:
=CONCATENAR(A1;B1;C1)

..................................
all cells strip down
and will remain so

TAG POS=1 TYPE=DIV ATTR=TXT:Seguir
TAG POS=2 TYPE=DIV ATTR=TXT:Seguir
TAG POS=3 TYPE=DIV ATTR=TXT:Seguir
TAG POS=4 TYPE=DIV ATTR=TXT:Seguir

etc...

=)
 
Yeah this is for twitter and I was doping that, however I would like to build a macro that can add endlessly.
 
Back
Top