Query in splitting.2156 (12/11/2009 1:46:27 AM) Hi Experts,
I am facing one issue
I have to split a tcl variable with respect to / if it
exists
for example
set a {b/c/d}
I have to split a into b/c ... kumar
how to match "$" in expect, instead of using it as a wildcard2529 (12/10/2009 9:30:55 AM) Hi
I am writing a expect script about the automatic login session, pretty
basic. :)
but i found that expect take "$" as a wildcard, and don't know how to
disable it.
Below is the snippet:
set us... haoyu
incr-tcl: How to load all classes without knowing their names?4157 (12/10/2009 12:01:40 PM) Hello,
I'm doing some OO with incr-tcl. The autoload mechanism makes classes
invisible, before their first usage for instanciation. How can I make
all classes visible for a "info comm ::namespace::*" without... tb43(59)
Font creation using variable not working!?12216 (12/5/2009 3:17:52 AM) Hi!
System: Linux 2.6.27-15-generic
Tk: 8.5, 8.4, 8.3
% set f [font actual FreeMono]
-family freemono -size 13 -weight normal -slant roman -underline 0 -
overstrike 0
% font create $f
bad option "... asif.haswarey(20)
Strange behavior with serial Port5129 (12/6/2009 8:27:22 PM) Hello tcl users.
I have a strange behavior when I read characters from the serial port.
I use, to simulate the serial port, the free "Virtual Serial Ports
Emulator" : http://www.eterlogic.com/Products.VS... CKL
Passing a script to a TclOO object4118 (12/7/2009 4:22:59 PM) Hello,
i have created a TclOO class which is used to describe a simple
finite state machine (fsmdefinition, code at the end of the
message).
It defines a number of methods which are used to en... magister13(1)
Problem Character w/ TCL 8.56115 (12/7/2009 2:59:48 AM) I am trying to use regsub on a variable that starts with an odd ASCII
character that changes between OS's.
I have tried
regsub -all {?^} $ln {} ln
and
regsub -all {.^} $ln {} ln
and
regsub -all {*^} $l... Keith
adding childs to xml in tcl dom0152 (12/9/2009 10:56:33 AM) Hi,
I have a situation where I need to merge 2 xml files. For eg,
XML1:
Tove1
Tove2
Tove3
XML2:
... gsa.wrk(28)
Convert Xml to Html3187 (12/7/2009 7:52:37 PM) I receive XML documents that I would like to convert to HTML which can
be displayed on a browser for the user. Is there a utility to convert
an RSS feed to HTML?
On a related note, does RSS use a standa... drscrypt