Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Black Rose
Forum: Scripting Help 06-13-2014, 20:58
Replies: 8
Views: 1,222
Posted By Black Rose
Forum: Scripting Help 06-13-2014, 20:16
Replies: 8
Views: 1,222
Posted By Black Rose
Re: Creating static inside loop

Let me be more specific. I understand the scope and I know that the memory allocation for a static is not released until the plugin is unloaded. That is not the question.

Is there some kind of...
Forum: Scripting Help 06-13-2014, 18:22
Replies: 8
Views: 1,222
Posted By Black Rose
Creating static inside loop

for ( new i ; i < gSayCmdCount ; i++ ) {
static TempString2[32];
}

vs.

static TempString2[32];
for ( new i ; i < gSayCmdCount ; i++ ) {
}
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 15:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode