Quote:
Originally Posted by ApothiX
Just a suggestion: There is no need to use the temp. prefix for function parameters. Parameters are defaulted to the same attributes as temp.variables.
|
Even with no prefix they act like 'temp.' vars? Odd. I thought the prefix meant everything about the lifetime of the variable. Anyway, I do it because it keeps my scripts neat. I dislike any variables without prefixes. >_>