Name tcl_cmd_str
Definition tcl_cmd_str(cmd:val(string)):expr(string).
Example token:=tcl_cmd_str("ctoken x \", \"")
Defined in tcl.l
Implementation builtin
Description Pass the argument to the tcl interpreter. Any error from the tcl will cause a run time error. Return the string result returned by the command.
See Also tcl_cmd, tcl_cmd_noerr, tcl_cmd_int