Help for this page

Select Code to Download


  1. or download this
            COLUMN_A: "Y","N"
            COLUMN_B:
            COLUMN_C: "something", "something else", "and more"
            ...
    
  2. or download this
    @array[0][0] = "COLUMN_A";
    @array[0][1] = "Y";
    ...
    @array[2][1] = "something"
    @array[3][2] = "something else"
    @array[3][3] = "and more"