Thread: Cheat Windows
View Single Post
  #37  
Old 12-16-2012, 06:10 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by scriptless View Post
Yeah, when I read that I was confused because I was under the impression it only terminated after the function. Other functions cannot read the variable tho right? like mid function you cannot call another function and try to read the variable?

I know temp. variables can be quite tricky to work with.
Temporary variables aren't tricky to work with. In my experience, well over half of the variables you work with are temporary. They're only in scope in the current function, which is what makes them so useful.
__________________
Reply With Quote