View Single Post
Seta00
The Seta00 user has crashed.
Join Date: Jan 2010
Location: Berlin
Old 07-17-2010 , 15:18   Re: Is this a StrCat bug?
Reply With Quote #14

Quote:
Originally Posted by Greyscale View Post
I'm not sure if static empties the string. Does anyone know? You should leave the = ""; to be safe.
static only means it will allocate (exactly as 'new' does) the variable only once. If you assign a value on declaration the compiler will give you an error.
By the way, you should know this as a plugin approver.

Last edited by Seta00; 07-17-2010 at 15:21.
Seta00 is offline