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 7 matches

by bras
Tue Feb 07, 2006 5:46 pm
Forum: Scripting Help
Topic: Striping out character
Replies: 12
Views: 8859

Just to show what I'm talking about... forgot about the image
by bras
Tue Feb 07, 2006 5:31 pm
Forum: Modules & Programming
Topic: Can't find mysqltcl package
Replies: 7
Views: 22922

You have to load your libmysqltcl.so in your tcl script... for example

Code: Select all

load /usr/local/lib/tcl8.4/mysqltcl/libmysqltcl.so.3
by bras
Tue Feb 07, 2006 10:09 am
Forum: Scripting Help
Topic: Striping out character
Replies: 12
Views: 8859

Yep... neither worked for me...

I found out that it's happening because there are color escapes near the characters I'm working with. Its not \003 though... are there (in case of yes, which are) any other ways to end a color escape besides \003 ?
by bras
Tue Feb 07, 2006 12:44 am
Forum: Scripting Help
Topic: Striping out character
Replies: 12
Views: 8859

I used string map too, didn't work neither.
set data [string map {"\273" ""} $time]
Can remove everything else but those signs. Can't understand why. Thanks anyway for your patience demond.
by bras
Mon Feb 06, 2006 9:09 am
Forum: Scripting Help
Topic: Striping out character
Replies: 12
Views: 8859

Hi demond, thanks very much for getting some time to help me. You were right about the codes, however I don't know why I don't see to be able to strip them out. Here is what I'm doing bind pubm "m|m" *\00312TIME* dotime proc replacevar {strin what withwhat} { set output $strin set replacem...
by bras
Mon Feb 06, 2006 12:59 am
Forum: Scripting Help
Topic: Striping out character
Replies: 12
Views: 8859

Striping out character

Hi, I'm doing a script but I'm having some trouble to remove a character in a text. The text is «» TIME «» I know that « is 171 in ASCII code and » 187, however I don't know how to represent them in a replacevar procedure. I tried: set echo [replacevar $echo "\0171" ""] set echo ...
by bras
Fri Feb 03, 2006 8:41 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 511739

Hi, thank you very much for this tcl. It's really god, however I will stick with version 0.2 because of the ncgi issue for me.
Anyway, what is !schedule for ? Type it and nothing seens to happen.

Thanks!