Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Other folks' VFP code
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01138495
Message ID:
01138669
Vues:
11
Terry,

I try to write the code pretty much like you, except I do not leave spaces between function's parenthesis and the parameter (like in ABS( lnSchemTot1)), but what I really write different is the insert command, I would write your's like this:
Insert Into RZSTOP ;
		( ;
			Rte_No, ;
			Rte_Let, ;
			Directn, ;
			Number, ;
			Zone, ;
			Stop, ;
			County, ;
                	Flags, ;
			SeqNo ;
		) ;
	Values ;
		( ;
			lcRoute,  ;
			lcGen, ;
			lcDirectn, ;
			I, ;
			VAL(.aReorderStops( I, 1)), ;
			.aReorderStops( I, 3), ;
			.aReorderStops( I, 6),  ;
			lcFlag, ;
			1 ;
		)
I know it uses lot of real state, but I like it <g>
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform