remove element from an array of string

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
hi everybody,
I have an array of string
myArray[0] = "Hello World";
myArray[1] = "This is a sample code";
myArray[2] = "Delete me";
how do I delete element 2? or I need to copy everything but element 2? I dont know what would be best in this case and if I have a lot of informations.
thanks

View the full article
 
Back
Top