Right, a space is a list element separator and all tcl commands are lists. So the tcl command “set myvar a” is a three element list. The command “proc myproc {} {}” is a four element list. The command “proc my proc {} {}” is a five element list and isn’t a legal proc command.
Spaces in tcl file names is what might stop the engine. The specific problem there is that the tcl index file is itself a tcl proc and spaces in the names of files again make the tcl commands invalid.
Essentially, you’re not allowed to have spaces in file names or any other name in tcl.
Author
Replies
Viewing 0 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.