Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please Help, Excel extraction and paste to Website - Loop
#13
Code:
Copy      Help
,,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])


could be
Code:
Copy      Help
for _i 0 4
,,str& entry=ReturnInformation[];entry.from(Information[_i])


Is there anyway to clean this up?

Code:
Copy      Help
if(matchw(a[j] "<TABLE class=resultTable*"))
,,goto Populate
,if(matchw(a[j] "*<SPAN class=singleName*"))
,,goto Populate


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)