Jooel,

Im working on the Insert method now ... it will work like this:

$list.items.insert(index,item)

in regards to the other thingy - loading subitems from a list - thats a great idea ... how about this syntax:

$list.items(1).subitems = "Name","Address","Drive"

and, this would be handy for loading column headers as well:

$list.columns.count = 3
$list.columns.text = "Name","Address","Phone"

or does this syntax look a little strange ?

-Shawn