Darko IVANCAN wrote: > I'm not sure,but myList(size()==2) could work though. > > Does it ?
No, doesn't work. My interpreation so far: a) globals are only possible in eval() statements b) access to methods of global variables are not supported. and possibly c) only properties of globals can be accessed (not tested as a list has no useful property imho) Well, I can life with the eval() statements but think they are slightly inconvenient and make the code less explicit and less readable. cu, Michael _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
