Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which Is More Readable To You?
Message
From
05/03/2008 08:35:58
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
05/03/2008 07:59:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01298471
Message ID:
01298850
Views:
16
>Kevin,
>
>one more vote for the first option. Whereas the second option appears "neater", I find it more difficult to tie in which WITH goes with which field name if the space is too large between them (I think my eyes are lopsided :)).

Yeah. Who wants to use a ruler to read code. You'll get fingerprints on the screen!

I've had a similar complaint with INSERT-SQL

INSERT INTO TABLE (;
FIELD1, ;
FIELD4, ;
FIELD2, ;
FIELD3, ;
FIELD6, ;
FIELD5, ;
FIELD8, ;
FIELD9 ;
) ;
VALUES ;
(;
'A', ;
'D', ;
'B', ;
'C', ;
'F', ;
'E', ;
'G', ;
'H', ;
'I' ;
)

Why does the above line not give me the correct result? field1 gets a to field9 gets I.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform