Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code Standards
Message
 
 
To
26/09/2003 16:42:39
General information
Forum:
Visual FoxPro
Category:
COMCodebook
Title:
Miscellaneous
Thread ID:
00832733
Message ID:
00832883
Views:
27
>As a result of this thread, I have posted online the coding standards I've used for several years. This is a new article on my web site.

Hi Craig,

I'm reading this article now. Seems like I used bad continuation in my code (I usually put + at the first line).

I also use lower case for VFP functions (adapted this technique from my colleague, though 2 other colleagues prefer upper case). Looks like I would have to switch anyway, since intelligence puts VFP words in upper case.

But I'm not sure about this statement:
7. Avoid use of STORE

Why do you say it? What if you need to assign one value to multiple variables?

Also this would work

store 0 to ('thisform.txt'+ TRANSFORM(m.lnI)) How would you write that statement otherwise?

Thanks again.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform