EDN Admin
Well-known member
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
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