Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question Missed in Quiz
Message
De
17/03/1998 14:28:04
 
 
À
17/03/1998 14:25:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00085156
Message ID:
00085159
Vues:
22
>The following is a code example from the quiz.
>
>LOCAL llBoolean
>llBoolean = .T.
>IF llBoolean
> wait window 'TRUE'
> *** Some Comment ;
>ELSE
> wait window 'FALSE'
>ENDIF
>
>Why is the code executed in both the If and the Else. I was under the impression that only one would be executed. Please enlighten me.
>
>Fred Lauckner
><< Just Don't Understand Why >>

That's because of ';' at the end of comment line. Fox understands it as next line 'ELSE' is comment too.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform