Watch List issue with long lines - was Reading ini files..

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
hagchr
Automation Wizard
Posts: 331
Joined: Mon Jul 05, 2010 7:53 am
Location: Stockholm, Sweden

Watch List issue with long lines - was Reading ini files..

Post by hagchr » Mon Dec 08, 2014 4:07 pm

Hi, not sure if this is the same thing but the following code runs well but when I step it through line by line then the extract line looks empty (cannot find resTag anywhere). However, if I copy the line to NotePad the extract is there ok.

Code: Select all

    IECreate>IE[0]
    IEShowIE>IE[0],1
    Let>URL0=http://bors.affarsvarlden.se/afvbors.sv/site/stock/stock_list.page?magic=(cc%20(list%20INDUSTRY_OIL_AND_GAS)%20(tab%20price))   
    IENavigate>IE[0],URL0,res
    IEWaitDocumentComplete>IE[0],res
    IEExtractTag>IE[0],,BODY,0,1,resTag
    IEQuit>IE[0],res

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: Watch List issue with long lines - was Reading ini files

Post by Marcus Tettmar » Mon Dec 08, 2014 4:15 pm

resTag is just very long and it's causing something weird to happen in the watch list - it looks like an empty line, but it is there.

See screeshot and see top line in watch list.
Screenshot 2014-12-08 16.16.28.png
P.S. there's quite a lot of work involved to split posts into new topics. Please can we keep responses on topic?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

hagchr
Automation Wizard
Posts: 331
Joined: Mon Jul 05, 2010 7:53 am
Location: Stockholm, Sweden

Re: Watch List issue with long lines - was Reading ini files

Post by hagchr » Mon Dec 08, 2014 4:28 pm

Sorry no intention to mix the posts. I get the issue from time to time when debugging but since the code works fine I just thought it was some kind of display problem on my side. just got the impression the previous poster had a similar issue with a blank line.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts