4
Reply

how to get all values of array except last one in csharp?

Sumit Kumawat

Sumit Kumawat

Sep 17 2012 2:01 AM
2.1k

Hi all,

i want to get all value of array  except last value..

For ex.. string [] test ={"a","b","c","d"}

this my array now i want all values in my array but but i want to remove the last one.

plz help.


Answers (4)