Forum OpenACS Q&A: Response to foreach..lindex...behavior??

Collapse
Posted by James Thornton on
Unless you are using Tcl 8.2.3 or higher, you probably won't have the string equal command. In that case upgrade to Tcl 8.3.4, or use [string compare string1 string2] == 0 instead.