Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sigra
  • Order by date
  1. sigra

    How convert array elements to rows?

    I need to convert array elements to rows. Suppose that I have the array {5,77,39,19}. I need it as a table with the index in one column and the element in the other column:index | element ------+-------- 1 | 5 2 | 77 3 | 39 4 | 19Which command does this?

Part and Inventory Search

Back
Top