05-27-2016, 12:03 AM
I've tried this example from the Help file:
Macro Macro26
But I've got this error message:
Error (RT) in <open ":7737: /91">Macro26: object not found (table). <help #IDP_ERR>?
What's wrong with it?
Macro Macro26
out
HtmlDoc d.InitFromWeb("http://www.w3schools.com/html/html_tables.asp")
ARRAY(str) a
d.GetTable(8 a)
int i
for i 0 a.len 2
,out "%s=%s" a[i] a[i+1]
,
Error (RT) in <open ":7737: /91">Macro26: object not found (table). <help #IDP_ERR>?
What's wrong with it?