Search found 3 matches

by josecuervo
Thu Aug 18, 2016 6:24 pm
Forum: iMacros for Firefox
Topic: I have a problem with Number() function on iMacros 9.0.3
Replies: 2
Views: 2681

I have a problem with Number() function on iMacros 9.0.3

I have a problem with Number() function on iMacros 9.0.3 Here is my code: result = "USD 0.94USD 0.94(+94.00%)"; j = 0; length = 0; while (result[j] != "(") { length++; j++; } buff = ""; for (k=4; k < length; k++) { buff += result[k]; } mains = Number(buff); jMains += ma...
by josecuervo
Wed Aug 10, 2016 10:29 am
Forum: iMacros for Firefox
Topic: 9.0.3 Issues and Feedback
Replies: 44
Views: 48373

Re: 9.0.3 Issues and Feedback

I cannot use imns, always give me error callback: imns is not defined

And when i use toFixed() with integer variable, it always display NaN..

Please fix it
by josecuervo
Wed Aug 10, 2016 10:28 am
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584398

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

On the latest update iMacros for Firefox 9.0.3

I cannot use imns, always give me error callback: imns is not defined

And when i use toFixed() with integer variable, it always display NaN..

Please fix it