Hi, my problem is simple. I want to have a vector called v and i want it to be [10] long and in it i want to store strings. I want to be able to add a string at a special place and i want to be able to delete a string at a place, also, i want to add data in the vector in the first empty place.
Now, my question is: How do i do that and should i use an array instead? If yes, how do i do that. Ive looked at
http://www.amxmodx.org/funcwiki.php?go=inc&id=53 but im still not sure. Is there another site with more info on arrays/vectors or does someone just know how to do this?