At 8:37 AM -0700 3/29/06, Joseph J. Strout wrote:
>
>Also, your code will be clearer, somewhat faster, and easier to debug if you 
>introduce a temporary variable to represent each item:
>
>   Dim item As FolderItem = TargetFolder.TrueItem(indexT)
>   TargetName = item.DisplayName
>   TargetPath = item.ShellPath

Hi Joe,

OK, I dig the clearer and easier to debug part but... faster?

Can you elaborate on that? I often avoid temp variables thinking they will slow 
things down with the required allocation of memory and other steps...

Regards,

Steve Upton

-- 

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to