Bonjour à tous,

J'ai un cas d'école pour vous.

Est-il possible de faire un "if" dynamique pour avoir une structure ressemblant à ça

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
 
tab_condition = array(condition1,condition2,condition3,...)
 
i=0
while i<ubound(tab_condition)
     if (tab_condition(i)) then
          'fait ceci
     end if
i=i+1
wend
Merci à vous