[Solved][C#] Removing values from an array

Started by
4 comments, last by awesty 16 years, 8 months ago
How can I completely remove a value from a certain position from an array? I have found clear(), but that changes the value to 0 instead of completely removing it. Thanks :) [Edited by - awesty on August 5, 2007 12:36:14 AM]
Advertisement
What language are you using?
What programming language are you talking about?
Sorry, I am using C#.
I don't know C#, so I don't know if this will help. A quick search on google found this thread http://www.thescripts.com/forum/thread489295.html
"If I were a philosopher, I might argue that an array name's type is not equivalent to its equivalent. But I'm not a philosopher, so when I suggest something like that, I'm not a philosopher; I'm only being equivalent to a philosopher.""Saturn ascends, choose one or ten. hang on or be humbled again." - Tool
Quote:Original post by cemedias
I don't know C#, so I don't know if this will help. A quick search on google found this thread http://www.thescripts.com/forum/thread489295.html


Yep, thanks.

That is what I have done ;)

This topic is closed to new replies.

Advertisement