Hi Kem… Thanks a million for the recommendation.
I didn’t use param array because the last parameters of the method have default values.
i.e AddRow(cols() as string, hasChild=nil)
Cols varies in size so I can’t use the second solution.
I was thinking of using Join and Split, but the wondered what delimiter I could use such that it wouldn’t collide with the contents of one of the elements of the col array.