In the mean time, you can get some of the functionality of an array by using either hash tables (/help hash tables) or the token idenifiers, like $gettok. The latter I recommend for smaller amounts, where the total data + delimiters wouldn't exceed 950 chars or so. Hash tables can do a lot more -- unlimited entries, but each entry still limited to the normal maximum line length. They aren't exactly the same, but with a little creativity, you can get the same effects as an array.