Sumit Kumawat
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.