Search found 114 matches

by a2515125
Wed Oct 21, 2020 10:11 am
Forum: General Support & Discussions
Topic: how to loops by odd numbers?
Replies: 9
Views: 4904

Re: how to loops by odd numbers?

ahaha....finally working :D . Thank you my fault is here SET !VAR1 EVAL("var z=\"{{ { Odd_Loop}}\";z = (z % 50);if(z == 0){ z = 50}; z ;") SET LOOP -900000 SET Odd_Loop {{!LOOP}} ADD Odd_Loop {{!LOOP}} ADD Odd_Loop 180001 SET !VAR1 EVAL("var z=\"{{Odd_Loop}}\";z =...
by a2515125
Wed Oct 21, 2020 2:46 am
Forum: General Support & Discussions
Topic: how to loops by odd numbers?
Replies: 9
Views: 4904

Re: how to loops by odd numbers?

ahaha....finally working :D . Thank you my fault is here SET !VAR1 EVAL("var z=\"{{ { Odd_Loop}}\";z = (z % 50);if(z == 0){ z = 50}; z ;") SET LOOP -900000 SET Odd_Loop {{!LOOP}} ADD Odd_Loop {{!LOOP}} ADD Odd_Loop 180001 SET !VAR1 EVAL("var z=\"{{Odd_Loop}}\";z = ...
by a2515125
Wed Oct 21, 2020 1:09 am
Forum: General Support & Discussions
Topic: how to loops by odd numbers?
Replies: 9
Views: 4904

Re: how to loops by odd numbers?

Code: Select all


SET Odd_Loop {{!LOOP}}
ADD Odd_Loop {{!LOOP}}
ADD Odd_Loop -1


SET !VAR1 EVAL("var z=\"{{{Odd_Loop}}\";z = (z % 50);if(z == 0){ z = 50};z;")
PROMPT {{!VAR1}}

My {{!VAR1}} show "NaN" :lol: :lol: :lol:
how do I solve it ?
by a2515125
Wed Oct 21, 2020 12:53 am
Forum: General Support & Discussions
Topic: how to loops by odd numbers?
Replies: 9
Views: 4904

Re: how to loops by odd numbers?

[/quote] You don't even need 'EVAL()' to do that...: SET Odd_Loop {{!LOOP}} ADD Odd_Loop {{!LOOP}} ADD Odd_Loop -1 PROMPT LOOP:<SP>_{{!LOOP}}_<BR>Odd_Loop:<SP>_{{Odd_Loop}}_ ... And you loop your Script 25 times... [/quote] thanks ....but I would like to have odd numbers jumping between 1-50 :idea: ...
by a2515125
Sun Nov 10, 2019 2:16 pm
Forum: General Support & Discussions
Topic: how to loops by odd numbers?
Replies: 9
Views: 4904

how to loops by odd numbers?

imacros 8.9.7/firefox 52.0/ windos 10 hey, i would like to loop between 0-50 by odd numbers ...!VAR1 = 1/3/5/7/9/11/~48 but have no idea with my eval sentence. it is not working when I put my code like below showing !VAR1 = 3/4/5/6/7/8/9/10/~52 i dont know why :idea: SET !VAR1 EVAL("var z=\&qu...
by a2515125
Tue Apr 02, 2019 6:07 am
Forum: General Support & Discussions
Topic: how to make changeable sentence.....with SET !DATASOURCE_LINE
Replies: 6
Views: 5036

Re: how to make changeable sentence.....with SET !DATASOURCE_LINE

I do not know how to use TAG mode to achieve my combination ....if anyone know how to achieve with TAG MODE PLEASE LET ME KNOW BIG THANKS... BUT EVENT MODE works...here is the solution SET !DATASOURCE_LINE {{!VAR1}} EVENTS TYPE=KEYPRESS SELECTOR="#root>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV...
by a2515125
Tue Apr 02, 2019 5:08 am
Forum: General Support & Discussions
Topic: how to make changeable sentence.....with SET !DATASOURCE_LINE
Replies: 6
Views: 5036

Re: how to make changeable sentence.....with SET !DATASOURCE_LINE

I may to do it in one row of csv file with TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT={{!COL{{!VAR1}}}}{{!COL{{!VAR2}}}}{{!COL{{!VAR3}}}} but that is not what I want.... my data is vertical in .csv Name1 Age1 City1 Name2 Age2 City2 Name3 Age3 City3
by a2515125
Tue Apr 02, 2019 4:38 am
Forum: General Support & Discussions
Topic: how to make changeable sentence.....with SET !DATASOURCE_LINE
Replies: 6
Views: 5036

Re: how to make changeable sentence.....with SET !DATASOURCE_LINE

Descriptive Thread Title + FCI mentioned + Sharing their Solution already change the title of previous thread!! add FCI already I am willing to share our solution or relative link on my posts....of coursea I ask for delete my post is because I think it can avoid you to answer me again if you prefer ...
by a2515125
Tue Apr 02, 2019 3:16 am
Forum: General Support & Discussions
Topic: how to make changeable sentence.....with SET !DATASOURCE_LINE
Replies: 6
Views: 5036

Re: how to make changeable sentence.....with SET !DATASOURCE_LINE

I failed that is why I post it............. :?:
please give me some clues or tip to achieve it ^^"
by a2515125
Mon Apr 01, 2019 5:37 pm
Forum: General Support & Discussions
Topic: how to make changeable sentence.....with SET !DATASOURCE_LINE
Replies: 6
Views: 5036

how to make changeable sentence.....with SET !DATASOURCE_LINE

PM28.4/windows 10/imacros 8.9.7 Hey I would like to make a sentence a title with the combination of different words in the same text-box in every loop example: hey I am "John" I am "17" from "New York City" I would like to change only "name" & "age&q...
by a2515125
Mon Mar 25, 2019 6:59 am
Forum: Data Extraction and Web Screen Scraping
Topic: Relative Positioning extraction Problem
Replies: 3
Views: 5453

Re: Extracting Data Problem

haha thanks


I find the answer but do not know how to delete the post(cannot find the delete button).

if anyone has relative extraction pb like me please...check the link below

the answer of how to use relative position to extract data
by a2515125
Sat Mar 23, 2019 10:22 am
Forum: Data Extraction and Web Screen Scraping
Topic: Relative Positioning extraction Problem
Replies: 3
Views: 5453

Relative Positioning extraction Problem

PM 28.4 32bit /imacros 8.9.7 / windows 10 Hey I have this extracting data problem for a long while and I really have no idea how to deal with it. I would like to know how to extract three data separately 仲介巫先生 <name>/ 1分鐘內更新 <mins>/ 413人瀏覽 <viewers> in three different columns in csv file when they ...
by a2515125
Fri Oct 19, 2018 3:14 am
Forum: General Support & Discussions
Topic: Conditional EVAL going to certain urls
Replies: 7
Views: 4825

Re: Conditional EVAL going to certain urls

https://i.imgur.com/hpOAckU.png ----here is my trying on your code---- Expected Format in Clipboard:2#3 (which is row2 from csv) at the first run: PROMPT {{Prev_Row}} & PROMPT {{Use_Loop}} debug shows: 1/1 after the first run....N times running(loop mode) PROMPT {{Prev_Row}} & PROMPT {{Use_...
by a2515125
Mon Oct 15, 2018 10:58 am
Forum: General Support & Discussions
Topic: Conditional EVAL going to certain urls
Replies: 7
Views: 4825

Re: Conditional EVAL going to certain urls

thanks.....yes I know you are busy on we....it is ok :wink: and very appreciate for your big help for 2yrs :P You know I am willing to pay for your help :) :idea: iMacros is my first coding experience and I love it so much thanks to you ! SET !DATASOURCE 01_urls.csv SET !ERRORIGNORE YES SET Start_Ro...
by a2515125
Fri Oct 12, 2018 2:16 am
Forum: General Support & Discussions
Topic: Conditional EVAL going to certain urls
Replies: 7
Views: 4825

Re: Conditional EVAL going to certain urls

thanks to reply me so fast...... yes I am stuck by not knowing how to let my script jumping into ROW_2..ROW_3...in Both COL_1 and COL_2 I dont use 'Start_Row' and a 'Start_Loop' because I do not know how to start do it.......after reading your suggestion here is what I figure out a bit...... not sur...