The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading an internet table
#1
If I use:
Htm el=htm("BODY" "" "" "Internet Explorer" "2/3" 0 0x20)
all=el.DocText

I can see all of the data of the table, but the columns are running together. Is there a way to read each cell of the table?

For example: if the table looks like this
A B C
D E F

running the above gives me
ABC
DEF

I just want to see
A
D

Hope this sort of makes sense.

Thanks for the help (again).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)