View Single Post
  #5  
Old 06-17-2014, 08:06 AM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu is a jewel in the roughTorankusu is a jewel in the rough
what he said, simplified, temp variables (values) exist primarily within the function they are specified (unless otherwise passed and named).

"this" variables are accessible throughout the script.
"temp" variables are accessible through a function but discarded and not maintained in memory.
they can still be passed to another function.
__________________
Quote:
Originally posted by Spark910
Think befreo you type.
Reply With Quote