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

Arrays with N Dimensions


Post New Thread Reply   
 
Thread Tools Display Modes
matsi
Thinkosaur
Join Date: Sep 2006
Old 01-30-2010 , 09:10   Re: Arrays with N Dimensions
Reply With Quote #31

Quote:
Originally Posted by 01101101 View Post
Ok you win your ePenis is now larger.
Now this is only childish post in this thread.


matsi is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-28-2010 , 10:43   Re: Arrays with N Dimensions
Reply With Quote #32

Code:
ndimarray.inc(62) : error 035: argument type mismatch (argument 1)
Dunno why, following code fixes it :

Code:
stock NDimDestroy( &NDim:tracker )
{
	new Array:iArray = ArrayGetCell(Array:tracker, 0);
	ArrayDestroy(iArray);
//	ArrayDestroy( Array:ArrayGetCell(Array:tracker, 0) );
	ArrayDestroy( Array:tracker );
	tracker = Invalid_NDim;
}
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 05-28-2010 at 10:48.
ConnorMcLeod is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:44.


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