Hi Alexander
That does make sense and it is also what was my first theory, but how do I
store the string so that I can compare it in the next state?
Jeppe
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/ma
After some time with google I think that groupedFor could solve my problem, but
the field that I want to groud by is a category field and it doesn't seem to
work. I have read that groupedFor doesn't work with objects. Is that my problem?
Jeppe
___
TYP
Hi Alexander
Yes, it is possible to compare strings, but can't figure it out if it it is
possible to compare between elements.
if I run through my elements setting iteration="d" I get the valye d.cycle.
What I would like to compare is if(d.cycle.string != d.cycle-1.string)
Is that possible? A