Repeat URL of line 1 in line 4?

Find a consultant or advertise your services here
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
Willy69
Posts: 1
Joined: Wed Sep 05, 2012 2:36 pm

Repeat URL of line 1 in line 4?

Post by Willy69 » Wed Sep 05, 2012 2:43 pm

Hello, i have a question :D I want to repeat a url of line 1 in the line 4, 5 , 6 ,7 , 1827.... in any line

For example:

LINE1: GOTO URL=www.youtube.com/ababababababa
LINE2:aa
LINE3:aa
LINE4:GOTO URL= SAME LINE 1
LINE5:aaa
Line6:aa
LINE7:aa
LINE8: GOT URL= SAME LINE1

Thank you!!
User avatar
bobis
Posts: 364
Joined: Sat Sep 11, 2010 3:34 pm
Contact:

Re: Repeat URL of line 1 in line 4?

Post by bobis » Thu Sep 06, 2012 1:46 pm

set url to variable like this

Code: Select all

set !var1 http://google.com
url goto={{!var1}}
a
a
a
a
url goto={{!var1}}
Get Best iMacros scripts at http://imacrosbot.com/
Post Reply