| java.lang.Object tcl.lang.SplitCmd
SplitCmd | class SplitCmd implements Command(Code) | | This class implements the built-in "split" command in Tcl.
|
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | This procedure is invoked to process the "split" Tcl
command. See Tcl user documentation for details.
Parameters: interp - the current interpreter. Parameters: objv - command arguments. exception: TclException - If incorrect number of arguments. |
|
|