I want to copy the rows of a multidimensional table to a "simple" table at a time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ciao
    New Member
    • Nov 2010
    • 3

    I want to copy the rows of a multidimensional table to a "simple" table at a time

    Hi,

    I have a list of data stored in a multidimensiona l table (5 rows, 12 lolumns).

    I need to find the min value of each row, so i want to store the contents of each row to a "simple" table (so i will have to create 5 tables) and then i will find the min value of each table.

    How can i copy the rows to a "simple" table (i use c as a programming language, in fact i am a beginner in it)?

    Thanks
Working...