Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Single exit-point
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00640316
Message ID:
00640464
Vues:
24
>>Hi Sergey,
>>
>>>< pre >
>>>Or even shorter
LOCAL llresult
>>>llresult = .T.
>>>llresult = llresult And StepOne()
>>>llresult = llresult And StepTwo()
>>>llresult = llresult And StepThree()
>>>
>>
>>How about,
>>
llresult = StepOne() AND StepTwo() AND StepThree()
>Return llresult
>
>
>OR
>
RETURN StepOne() AND StepTwo() AND StepThree()
>
>:-)

BTW, how about
RETURN StepThree(StepTwo(StepOne()))
:)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform