Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progressive llRetVal check and code execution
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Progressive llRetVal check and code execution
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01072377
Message ID:
01072377
Vues:
56
Hi

I have this code snippet, lots in fact, where the code goes something like this:
LOCAL llRetVal

llRetVal = DODEFAULT()

IF llRetVal
	llRetVal = THISFORM.pgf.Page1.txtIno.CheckForBadNextNo()

	IF llRetVal
...
	ENDIF
ENDIF

RETURN llRetVal
Any suggestion where the code can be more linear.

Or do I RETURN as soon as I get a false value?
Or do I IF Condition()?

Please advise.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform