Jump to content

[solved] Problems examine defined range of an html-table


Recommended Posts

I try to grab a range of colums of an webpage and sometimes adress the innerText and sometimes the outerHTML.

(__IETableWriteToArray issnt sufficient in this matter as I know)

$oRows = _IETagNameGetCollection($oIE , "TR")
    Local $rowStart = 5, $rowStop = 20
    
    for $row = $rowStart to $rowStop 
        ConsoleWrite ($oRows[$row].innertext)
    Next

Result:

==> Error in expression.: :whistle:

ConsoleWrite ($oRows[$row].innertext)

ConsoleWrite ($oRows^ ERROR

Any hints are welcome :-]

Edited by Qualitybit
[font="Courier New"][center]Me vs. 127.0.0.1 =>> 0:2But I never give up! >:-][/center][/font]
Link to comment
Share on other sites

I try to grab a range of colums of an webpage and sometimes adress the innerText and sometimes the outerHTML.

(__IETableWriteToArray issnt sufficient in this matter as I know)

$oRows = _IETagNameGetCollection($oIE , "TR")
    Local $rowStart = 5, $rowStop = 20
    
    for $row = $rowStart to $rowStop 
        ConsoleWrite ($oRows[$row].innertext)
    NextoÝ÷ Ù¬º[

:whistle:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...