logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
foreach..lindex...behavior??
: One Message
Begin main content
Forum OpenACS Q&A: Response to foreach..lindex...behavior??
Search:
Back to OpenACS Q&A
6
:
Response to foreach..lindex...behavior??
(response to
1
)
Posted by
James Thornton
on
02/17/02 10:22 PM
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.
Back to OpenACS Q&A