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 ?
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...
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 ...
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.