Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM Problem HTML TABLE
#4
Example with other page. Table with 6 columns.

http://www.quickmacros.com/help/Tables/IDP_ASCII.html

Macro Macro1461
Code:
Copy      Help
out
HtmlDoc d.InitFromWeb("http://www.quickmacros.com/help/Tables/IDP_ASCII.html")
ARRAY(str) a
d.GetTable(1 a) ;;get the second table
int i
for i 0 a.len 6 ;;6 columns
,out a[i+4] ;;5-th column


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)