Besoin de connaitre Syntaxe pour conditionnel complexe VBScript

Besoin de connaitre Syntaxe pour conditionnel complexe VBScript - Programmation

Marsh Posté le 14-02-2001 à 18:19:03    

Salut à tous  :)  
 
Et voici ma premiere question dans le froum de prog de Hardware.
 
Je monte un site, j'utilise ASP.
 
Bon voila je veut faire une conditionnel complexe, c'est quoi la syntaxe:
 
voici ce que j'ai essayé, masi ca marche po:
 
if kiki="blabla" or ( koko="hihihi" and kaka="nanana" ) then
EndIf
 
En clair mes parentheses passent mal a priori. suis je obligé d'emboiter 2 If then else, ou puis tout mettre dans le meme if
 
condition:
 
si kiki = blabla
ou que koko = hihihi et kaka = nanana
alors ...
 
Help

Reply

Marsh Posté le 14-02-2001 à 18:19:03   

Reply

Marsh Posté le 15-02-2001 à 00:31:34    

Bah alors je me suis mal exprimé, ou personne ne connait la reponse?
 
Tout ce que je veux savoir, c'est comment on peut traiter une expression avec des parenthese sous VBScript pour faire un  
if then else complexe ?????

Reply

Marsh Posté le 15-02-2001 à 00:39:36    

if ((kiki == "blabla" ) || ((koko == "hihihi" ) && (kaka == "nanana" ))){
 
}
 
peut-etre  :??:


---------------
www.alliancefrancophone.org ... Home is where the heart is
Reply

Marsh Posté le 15-02-2001 à 00:53:39    

:lol: non je ne pense pas  :lol:  
merci quannd meme JWhy  :wahoo:  
 
(enfin j'essayerai, C t'on jamais)
 
mais je rappel que C du VBSript

Reply

Marsh Posté le 15-02-2001 à 00:59:15    

:o Ouuuppss
je viens de m'apercevoir que tu voulais du "VBScript" quand j'ai clique sur le message pour voir ta reponse...
desole ! ;)
 
et avec la syntaxe VBScript et le parenthesage Javascript , ca donne quoi ?


---------------
www.alliancefrancophone.org ... Home is where the heart is
Reply

Marsh Posté le 15-02-2001 à 01:00:48    

qqchose comme:
 
If ((kiki = "blabla" ) or ((koko = "hihihi" ) and (kaka = "nanana" ))) Then
 
 REM machin
 
End If


---------------
www.alliancefrancophone.org ... Home is where the heart is
Reply

Marsh Posté le 15-02-2001 à 01:21:40    

bah à la base C du if then esle directe,
et non if () then else
donc je sais pas , je suis plus au boulot là :) mais j'essayerai demain au chant du coq
merci :hello:

Reply

Marsh Posté le 15-02-2001 à 10:49:55    

Non ca marche po  :sweat:  
 
Bon j'essaye encore un truc, puis sinon, ca sera du
 
if kiki="blabla" then
'--- BLABLABLA
 endif
 
if koko="hihihi" then
 if kaka="nanana" then
'--- BLABLABLA
 endif
endif
 
Bonjours les redondances :(

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed