V vinster Newbie Joined Mar 18, 2013 Messages 39 Reaction score 6 Oct 29, 2013 #1 Hi Guys, Does anyone know how to select all TAG POS at the moment i am creating a script and it's looking like: TAG POS=1 TAG POS=2 ... etc.. But i have 6.000 positions.. HELP!!!
Hi Guys, Does anyone know how to select all TAG POS at the moment i am creating a script and it's looking like: TAG POS=1 TAG POS=2 ... etc.. But i have 6.000 positions.. HELP!!!
tompots Elite Member Joined Dec 11, 2011 Messages 5,775 Reaction score 4,871 Oct 29, 2013 #2 You want to learn iMacros? then talk to this guy! This is how I got off the ground with iMacros. Code: http://fiverr.com/darioo7/give-you-imacro-video-tutorials-to-create-your-own-easy-macros Or Take a look here Code: http://fiverr.com/gigs/imacro/#jls_tg=1
You want to learn iMacros? then talk to this guy! This is how I got off the ground with iMacros. Code: http://fiverr.com/darioo7/give-you-imacro-video-tutorials-to-create-your-own-easy-macros Or Take a look here Code: http://fiverr.com/gigs/imacro/#jls_tg=1
V vinster Newbie Joined Mar 18, 2013 Messages 39 Reaction score 6 Oct 29, 2013 Thread Starter Thread Starter #3 What a help mr pots! How are your bots coming on!?
hadoken Regular Member Joined Dec 4, 2012 Messages 303 Reaction score 566 Oct 30, 2013 #4 Use relative position and loop Example: TAG POS=1 TYPE=P ATTR=ID:someID TAG POS=R{{!LOOP}} TYPE=A ATTR=TXT:* EXTRACT=TXT
Use relative position and loop Example: TAG POS=1 TYPE=P ATTR=ID:someID TAG POS=R{{!LOOP}} TYPE=A ATTR=TXT:* EXTRACT=TXT