A
Aravindh Ramasamy
Guest
For example: I have an entity (entity1) with attribute (a=60) . then i have used .new operator to create three entities. 2.entity1.new[a=20] , 3. entity1.new[a=30] 4.entity1.new[a=40] Here i need to add the value " 1st entity1 and 3rd entity value" i don't want 2nd and 4th value . Note: The values are added to the same entity and in random memory. each time the ruletest is compiled the value of a changes I need to get the specific values and also use it in some other calculations
Continue reading...
Continue reading...