Help for this page
# Itterate over the contents of the @NewItem list # For each item in the list, set $item to the value ... # And add this value in like you did before. $SQLString = $SQLString . $item . "\',\'"; }