PHP Print_r is useful to print out array and dictionary collection. is asp.net build in this function??
You can try:
string[] weekDays4 = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; foreach (var item in weekDays4) { Response.Write(item.ToString() + " test"); }