Hi Christian,
Christian Pekeler wrote:
[...]
I would like to use these new features, but there is no example and I
can't get it to work:
<$if className in ('"NSData", "NSTimestamp")$>...
This expression is accepted by EOGenerator, but it doesn't evaluate
to "true" when "className
I've seen in the EOGenerator 1.6 release notes the following comments:
Updated with new MiscMerge:
...
Added ability to create arrays for use in places like foreach
loops.
Added in and notin operators for conditional expressions to check if
something is
Probably by using the full class name, Cheers, Anjo Am 21.10.2005 um 14:39 schrieb Francis Labrie:Hi,I've seen in the EOGenerator 1.6 release notes the following comments: Updated with new MiscMerge: ... Added ability to create arrays for use in places like foreach loops. A
Hi,
I've seen in the EOGenerator 1.6 release notes the following comments:
Updated with new MiscMerge:
...
Added ability to create arrays for use in places like foreach loops.
Added in and notin operators for conditional expressions to check if something is in an array.
I would like to use thes