How do a remove a instance of a System.String variable?
$Servers = “server”,”localhost”
I want to remove localhost, any ideas?
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.
You can set to
$nullthe Array entry (you must know the index):If you need a return value of
[string]not an[objtect[]]If the Array count > 2 you need to do:
or in short way
Or you can cast to
ArrayList: