I've tried about every combination I could think of but no dice...
This is the original code coming from Microsoft's website and out of the box it works. So I thought, let's try to make it work for me.
![]()
Please Login or Register to view this content.
This I what I changed it into to adapt to my needs:
That get's me the Error 'Byref argument types do not match'.![]()
Please Login or Register to view this content.
So I tried calling it like this:
Which gets me the Error 'Matrix argument must be by ref. '![]()
Please Login or Register to view this content.
Also what goes beyond me is how True can be assigned to the NoExchanges integer instead of a boolean. I do understand how bubblesort works, I just can get it to sort my array. Sorry for being such a noob...
Bookmarks