16.12.2010, 23:25
When you #define something, the intent is that it will be a static amount and will not change at all throughout the whole script.
Declaring a new variable is more dynamic and can be changed and reused for different values.
Declaring a new variable is more dynamic and can be changed and reused for different values.