If "instruction" and "instruction" then..

San -  
 San -
Bonjour,

J'aimerai savoir si

if "instruction" and "instruction" then..

est possible en Vbscript

Ma structure complète est :

Do until "instruction"

if "instruction" and instruction then

else if "instruction and instruction then

else

end if
end if

loop

Le problème c'est qu'a la sortie mon script ne rentre même pas dans le if.

Ma structure vous semble-t-elle correcte ou auriez vous une meilleure solution ? merci d'avance.

1 réponse

San
 
Après test, cette structure fonctionne parfaitement, j'avais juste fais une erreur de recopie de variable qui empêchait d'entrer dans le 1er if :)
0