...set param8 = nothing
set getParts=rs
end function
'Call function
set rs=getParts(param1,param2,param3,param4,param5,param6,param7,param8)
**from here I want to store results in an array. Then, check to see if the array is empty, if not, take the values from the array and enter them into...