Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please Help, Excel extraction and paste to Website - Loop
#14
does this help

Function Function8
Code:
Copy      Help
if(matchw(a[j] "<TABLE class=resultTable*") or matchw(a[j] "*<SPAN class=singleName*"))
,int flag = 1
,
if(flag = 1)
,d.InitFromText(a[j])
,d.GetTable(0 Entry)
,tok(Entry[0] Information 4 "[]" 16)
,str& entry=ReturnInformation[];entry.from(Information[0])
,&entry=ReturnInformation[];entry.from(Information[1])
,&entry=ReturnInformation[];entry.from(Information[2])
,&entry=ReturnInformation[];entry.from(Information[3])
,&entry=ReturnInformation[];entry.from("----------")
else
,_s=Information;_i=val(_s);if _i=0;out "No Matches"

ret


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)