Re: EOGenerator 1.6 array support and in/notin operators

2005-10-21 Thread Francis Labrie
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

Re: EOGenerator 1.6 array support and in/notin operators

2005-10-21 Thread Christian Pekeler
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

Re: EOGenerator 1.6 array support and in/notin operators

2005-10-21 Thread Anjo Krank
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

EOGenerator 1.6 array support and in/notin operators

2005-10-21 Thread 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. Added in and notin operators for conditional expressions to check if something is in an array. I would like to use thes