i have an array like this
string[] x = new stirng[] { a, b, c,d};and i want to like thisstring[] x = new string[] { ab,cd};
string[] x = new stirng[] { a, b, c,d};and i want to like thisstring[] x = new string[] { ab,cd};
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rohan GuptaPosted May 16, 2017, 12:34 AM
Tapan PatelPosted May 15, 2017, 9:26 AM