Thread: For( problem.
View Single Post
  #10  
Old 11-16-2008, 12:22 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by cbk1994 View Post
Would seem like it should, since the variables will be deleted when the function (or loop, etc) is over, rather than storing them.

Though I'm not sure if it's stored on the hard drive (virtual memory) or actual memory on the systems running the servers.
There is no way active variables are stored in anything but the RAM.

Now then, Stefan was talking about variable names, not whether they're temporary variables or not, because obviously properly descriptive variable names improve comprehension.
__________________
Reply With Quote