|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Display :
Description : The aim of this module is to find the biggest value among several continuous data. For each entity of a working map, the winner module compares all the continuous data in input and attribute to each object a quality which is the name of the biggest data in input. When several data are equals, the quality is the concatenation of the names of all the concerned data separeted by an equal character. Notice : all the data must have the same working map in input. Script : 2 module untyped_list "" 3 mod_type integer "103" 3 mod_subtype integer "532" 3 mod_name string "Gagnant" 3 mod_dads integer_list "" 4 ? integer "4" 4 ? integer "5" 4 ? integer "7" Samples
|