Hi there
I have some scripts to pull headlines etc from various news feeds.
Am currently using:
if (some-text-here isin %temp) {
to identify the line of text I want to use, but some of the sites have more of an RSS format and don't have unique lines or codes to identify them.
Just wondering if there's a way to pull a specific line number from a page? e.g. in a tcl script used on an eggdrop bot, it's [lindex [split $data \n] 6] where line 6 is the number.
Thanks in advance for any help...