[TYPO3-dev] missing operator for constants

Steffen Kamper info at sk-typo3.de
Tue Oct 28 09:50:10 CET 2008


Hi,

i truly miss an operator for the conditions: !=
Building such condition is a bit complicate, like:
Match all if type != 135:

[globalVar = GP:type = 135]
[else]
...
[end]

would be much easier if this would be possible:

[globalVar = GP:type = !=135]
...
[end]

vg Steffen




More information about the TYPO3-dev mailing list