ive seen 'xindex' be used in a few scripts.
but i cant find it in tclcommands.doc or
in the tcl8.3 manual.
does anyone know the usage?
You are probably referring to the "xindex" procedure that was introduced by I believe KuNgFo0 used in his "own.tcl"...spock wrote:ive seen 'xindex' be used in a few scripts.
but i cant find it in tclcommands.doc or
in the tcl8.3 manual.
does anyone know the usage?
Code: Select all
set element [lindex [split $mystring] 0]