Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
hagchr
- Automation Wizard
- Posts: 331
- Joined: Mon Jul 05, 2010 7:53 am
- Location: Stockholm, Sweden
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
-
Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
-
Contact:
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?
-
hagchr
- Automation Wizard
- Posts: 331
- Joined: Mon Jul 05, 2010 7:53 am
- Location: Stockholm, Sweden
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.