Search found 8 matches

by Ha3li
Fri Mar 23, 2018 4:01 pm
Forum: General Support & Discussions
Topic: Adding some of imacros functions in if statement by eval()
Replies: 4
Views: 46948

Re: Adding some of imacros functions in if statement by eval

chivracq wrote: but I have this very same EnhReq as well... ('Item_11') :wink:
Good, i will wait your implementation on fire.
And i will try some techniques by myself because i love problem solving :D ... and this is my problem 8) .
by Ha3li
Fri Mar 23, 2018 10:20 am
Forum: General Support & Discussions
Topic: Adding some of imacros functions in if statement by eval()
Replies: 4
Views: 46948

Re: Adding some of imacros functions in if statement by eval

iMacros Version: iMacros for Firefox 9.0.3 Windows 10 (64-bit) [English] Firefox 52.7.2 Included demos work ok. --------------------- Hello, I want to add some of imacros functions in if statement by eval() Like that SET !VAR1 EVAL("var e='{{!VAR1}}'; if(e>100){URL GOTO=http://google.com} else...
by Ha3li
Thu Mar 22, 2018 10:59 pm
Forum: General Support & Discussions
Topic: Adding some of imacros functions in if statement by eval()
Replies: 4
Views: 46948

Adding some of imacros functions in if statement by eval()

iMacros Version: iMacros for Firefox 9.0.3 Windows 10 (64-bit) [English] Firefox 52.7.2 Included demos work ok. --------------------- Hello, I want to add some of imacros functions in if statement by eval() Like that SET !VAR1 EVAL("var e='{{!VAR1}}'; if(e>100){URL GOTO=http://google.com} else{...
by Ha3li
Thu Mar 22, 2018 10:47 pm
Forum: Data Extraction and Web Screen Scraping
Topic: add text from web page to a variable and convert it to int
Replies: 9
Views: 20752

Re: add text from web page to a variable and convert it to i

I am so sorry, but i am a new user here and i don't know what do you mean about these sentences CIM...! (Read my Sig...) You missed the "CIM" part... You didn't mention your FCI i am sorry again :( :( Yeah, well, "Read my Sig..." means "Read my Signature..." which expl...
by Ha3li
Thu Mar 22, 2018 10:03 pm
Forum: Data Extraction and Web Screen Scraping
Topic: add text from web page to a variable and convert it to int
Replies: 9
Views: 20752

Re: add text from web page to a variable and convert it to i

And..., any Follow-up/Progress...? :?: ... As I see that you are checking your Thread..., you don't need 3 days to mention 3 Versions I would think...!? :shock: Yup, i get it SET !EXTRACT_TEST_POPUP NO TAG POS=1 TYPE=b ATTR=CLASS:hello EXTRACT=TXT SET !VAR1 EVAL("var s=\"{{!EXTRACT}}\&quo...
by Ha3li
Thu Mar 22, 2018 9:39 pm
Forum: Data Extraction and Web Screen Scraping
Topic: add text from web page to a variable and convert it to int
Replies: 9
Views: 20752

Re: add text from web page to a variable and convert it to i

And..., any Follow-up/Progress...? :?: ... As I see that you are checking your Thread..., you don't need 3 days to mention 3 Versions I would think...!? :shock: Yup, i get it SET !EXTRACT_TEST_POPUP NO TAG POS=1 TYPE=b ATTR=CLASS:hello EXTRACT=TXT SET !VAR1 EVAL("var s=\"{{!EXTRACT}}\&quo...
by Ha3li
Mon Mar 19, 2018 6:00 pm
Forum: Data Extraction and Web Screen Scraping
Topic: add text from web page to a variable and convert it to int
Replies: 9
Views: 20752

Re: add text from web page to a variable and convert it to i

Hello guys, I want to add a text from a web page to a variable and convert it to integer value. EX. I have a web page and there is a text in that page like ( Hello i am 20 years old. ) And this is the html code with class <b class="hello"> Hello i am 20 years old. </b> Now i want to take ...
by Ha3li
Mon Mar 19, 2018 3:36 pm
Forum: Data Extraction and Web Screen Scraping
Topic: add text from web page to a variable and convert it to int
Replies: 9
Views: 20752

add text from web page to a variable and convert it to int

Hello guys, I want to add a text from a web page to a variable and convert it to integer value. EX. I have a web page and there is a text in that page like ( Hello i am 20 years old. ) And this is the html code with class <b class="hello"> Hello i am 20 years old. </b> Now i want to take &...