[AccessD] Naming Conventions

MG mgauk at btconnect.com
Fri Aug 6 03:35:14 CDT 2004


Access doesn't have to do any figuring. It just pops the stack.
My take is that if it is a small coded loop, then I don't add the loopname,
otherwise I do, 'cos 1-It aids readability, 2-It helps me keep track of
where I am as I am adding the, 3-It also helps with the 'Elseifs' (Yep, I
put them there as well), 4- It saves having to comment if the loopname is
sufficiently descriptive.

Max Sherman

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Charlotte Foust
Sent: 05 August 2004 19:08
To: Access Developers discussion and problem solving
Subject: RE: [AccessD] Naming Conventions

It's also supposed to be faster because Access doesn't have to attempt to
figure out what to increment.

Charlotte Foust


-----Original Message-----
From: Brett Barabash [mailto:BBarabash at tappeconstruction.com]
Sent: Thursday, August 05, 2004 5:31 AM
To: Access Developers discussion and problem solving
Subject: RE: [AccessD] Naming Conventions


>You don't need the last I; Next will do.

While you don't NEED the last I, many developers include it for
readability sake.  Makes a huge difference, especially when dealing with
nested loops.


-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock
Sent: Thursday, August 05, 2004 3:51 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Naming Conventions

--------------Please open with care!------------ This message has
bypassed some of our spam filtering rules. This message was scanned for
viruses and executable code has been stripped.
---------------------------------------------------------------

Hi Drew

> What's wrong with:

>  For I=1 to 50
>
>  Next I

You don't need the last I; Next will do.

/gustav

------------------------------------------------------------------------
--------------------------------------------
The information in this email may contain confidential information that 
is legally privileged. The information is only for the use of the
intended 
recipient(s) named above. If you are not the intended recipient(s), you 
are hereby notified that any disclosure, copying, distribution, or the
taking 
of any action in regard to the content of this email is strictly
prohibited.  If 
transmission is incorrect, unclear, or incomplete, please notify the
sender 
immediately. The authorized recipient(s) of this information is/are
prohibited 
from disclosing this information to any other party and is/are required
to 
destroy the information after its stated need has been fulfilled.

Any views expressed in this message are those of the individual sender,
except where the sender specifies and with authority, states them to be
the views of Tappe Construction Co.

This footer also confirms that this email message has been scanned for
the presence of computer viruses.Scanning of this message and addition
of this footer is performed by SurfControl E-mail Filter software in
conjunction with virus detection software.

-- 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
-- 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.733 / Virus Database: 487 - Release Date: 02/08/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.733 / Virus Database: 487 - Release Date: 02/08/2004
 




More information about the AccessD mailing list