Well here what my method do( umm kind of what it supose to do)
i left out some steps to keep it simple

private rancol(byval two Diamansion array)


'do a random number on the col


'do while if the col is not full

else

call rancol(two DiamannSion array)


i know there is a way using double for loops but that is not the type of function i'm after cos i did left out some steps. I understand how i'm getting the errors but just don't know how to fix it. (The error is created if let say array(5,6) in size and if 6 coloumn is full then it will make the random() method alots harder to find the last Coloumn, that why you would get a stack error.)

So do any of u know how to fix this problem with code ??