Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- But I should first understand the tcl script language, right? --- Quote End --- It certainly helps to know the syntax if you're trying to write your own script. However, its syntax is similar to many programming/scripting languages, so if you've ever written code, you should be able to follow the logic of a Tcl script. Take a look at the scripts, run them to see what they do, and then read them to see how they are implemented. Brent Welch, "Practical Programming in Tcl and Tk", is a pretty good book for learning the language. Cheers, Dave