Split array data and fill the coulmns in the table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vardhangiri
    New Member
    • Jun 2010
    • 2

    Split array data and fill the coulmns in the table

    Hi ,

    I have an array that need to be split into table columns.

    Ex:

    test_array('{"( 1,2,3,4,5)","(1 0,20,30,40,50)" }')

    test_table
    col1 col2 col3 col4 col5
    1 2 3 4 5
    10 20 30 40 50
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Does every element in that array contain 5 elements and 4 commas?

    Comment

    Working...