FC INIT-PS189 ----------------------------------------- x = sal.bool[1] if x = true then liblong = "Mutuelle Conjoint" else bases = 0 basep = 0 tauxs = 0 tauxp = 0 return endif ------------------------------------------- FC INIT-PS190 -------------------------------------------- x = sal.int[1] lib = " enfant" if x > 1 then lib = " enfants" if x > 2 then x = 2 if x > 0 then tauxs = tauxs * x tauxp = tauxs liblong = "Mutuelle " + x + lib else bases = 0 basep = bases tauxs = 0 tauxp = 0 return endif --------------------------------------------