Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM Problem HTML TABLE
#8
Your table has id attribute. It can be used as table name. Then don't need index.

Macro Macro1458
Code:
Copy      Help
out
HtmlDoc d.InitFromInternetExplorer(win("" "IEFrame"))
ARRAY(str) a
d.GetTable("AssignmentActivityHistory_dgAssignmentActivity" a)
int i
for i 0 a.len 5
,out a[i+4] ;;5-th column


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)