Salut à tous![]()
Je cherche l'équivalent de la fonction eval() php en asp, pour faire un truc du style :
Merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 <% for i=1 to 32 if eval("tmp" & i) = 1 then response.write("c'est bon !") end if next
Partager