> if (tids[i].fields[f]=true)

a single "=" is an *assignment* operator, so that
   tids[i].fields[f]=true
sets the value of the indicated field to TRUE

a double "==" is a *comparison* operator, so that
   tids[i].fields[f]==true
results in a TRUE or FALSE expression based on the current field value

-e

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=.


Reply via email to