Jump to content

BerbBrown

New Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by BerbBrown

  1. Hi All I have the following multi-dimensional array and I would like to remove all the 'VOID' elements. I would like to maintain the array indexes. If I had to I would like to know how I can reset the indexes. Thank you very much in advance. BB Array ( [0] => Array ( [0] => VOID [1] => VOID [2] => VOID [3] => VOID [4] => VOID [5] => 16 [6] => VOID [7] => 11 ) [1] => Array ( [0] => 21 [1] => 2 [2] => 2 [3] => 1 [4] => 33 [5] => 27 [6] => 32 [7] => VOID ) [2] => Array ( [0] => VOID [1] => VOID [2] => VOID [3] => VOID [4] => VOID [5] => VOID [6] => VOID [7] => VOID ) [3] => Array ( [0] => VOID [1] => VOID [2] => VOID [3] => VOID [4] => 131 [5] => 117 [6] => 183 [7] => VOID ) [4] => Array ( [0] => VOID [1] => VOID [2] => VOID [3] => VOID [4] => VOID [5] => 41 [6] => 1 [7] => VOID ) )
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.