This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Read Table from homepage

Old posts that have not been replied to for several years.
Locked
F
Friischling

Read Table from homepage

Post by Friischling »

Hey there

I'm in urgent need of a TCl script which reads some data from a website.
The data I need is placed in at table like this:


<table border="1">
<tbody>
<tr>
<td>Date</td>
<td>Channel</td>
<td>Team1</td>
<td>Team2</td>
<td>Score</td>
</tr>
</tbody>
</table>

The table has got x rows.

There will be several tables at the page, so the script need to pick the right one, given by an argument ( eg. !pulje A )


I haven't programmed TCL before, and I need the script tomorrow Saturday :lol:

// JF
F
Friischling

Post by Friischling »

Nevermind - I have solved the problem in a different way...
Locked