You can create and use variable array variables easily like so:
${"line_$i"}[$pos] = "some text";
and to make multi-dimensional, just:
${"line_$i"}[$pos] = array('one' => array(), 'two' => array());
and more:
${"line_$i"}[$pos]['one'][0] = array();
etc.
Norm
--
FREE Avatar hosting at www.easyavatar.com
