One answer is to create a new array that is one element shorter. Are there any other simpler ways to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is one way to remove the first element of an array in vb.net.
You could make a function for this to remove an arbitrary element of an array (Have a parameter for the initial value of the for loop).