You hit the nail right on the head. Thats exactly what im trying to figure out right now, multicolumn data, was thinking about something like this. If you wanted to create an internalize version of a Kixtart table, say that contained 3 rows by two columns, could do this (define and load a two dimensional table):

dim $rows[2] ; Three rows (0-2)

$Rows[0] = "Shawn,173
$Rows[1] = "krabourn",1462
$Rows[2] = "sealeopard",336

$ListView.Items = $Rows

This would load the complete table into the ListView ... Any others thoughts/ideas/ways we can achieve this ?

[ 26. October 2002, 23:54: Message edited by: Shawn ]