Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Other folks' VFP code
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01138495
Message ID:
01138669
Views:
10
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform