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.

Search found 6 matches

by iguana
Thu Jan 13, 2005 8:27 pm
Forum: Archive
Topic: Easy question
Replies: 3
Views: 1535

Excellent, exactly what I needed and completed my script! Thanks!
by iguana
Wed Jan 12, 2005 7:46 pm
Forum: Archive
Topic: Easy question
Replies: 3
Views: 1535

Easy question

What command syntax would I need to split the following line (after reading it from a webpage) to (for example) $line1 $line2 $line3

Code: Select all

105 c84314d6 M4TECH
The first numeric to $line1
the 8 digit code to $line2
and the name to $line3

I know this is probably going to be simple but so am I!
by iguana
Tue Jan 11, 2005 9:16 pm
Forum: Archive
Topic: Help with weird results
Replies: 10
Views: 2236

I managed to drop the { }'s by using append as opposed to lappend , I presume that append has been reworked in a new version of eggdrop/interpreter to discard the curly brackets. I now understand the \'s as well now, they are escape so it means "treat the next character as a charater and not a ...
by iguana
Tue Jan 11, 2005 8:20 pm
Forum: Archive
Topic: Help with weird results
Replies: 10
Views: 2236

Ah no, it's ok, sorted it, removed lappend result [string trim $nick], and replaced with append result $nick ", " Seemed to sort it. If you wonder why I posted back here I hate it when people say they fixed it and never told you how so you are always wondering how when you get the same pro...
by iguana
Tue Jan 11, 2005 7:53 pm
Forum: Archive
Topic: Help with weird results
Replies: 10
Views: 2236

Help with weird results

Reference a previous post I made, I got my script I wanted working fine (or as well as I could do). Remembering this is only my second bit of coding in TCL, anyone give me any pointers on the following code to reduce it in size or is it pretty my all that is required? The other thing, it has some we...
by iguana
Fri Dec 31, 2004 12:16 pm
Forum: Archive
Topic: Find and read
Replies: 1
Views: 1570

Find and read

This is probably a very simple script but I can't seem to get it to work :( What im trying to do is read a webpage and find a line in it then put into a list every X lines after finding the original message. I've got it to read the page, strip the codes and this is an example of what I'm left with: ...