thank you for the great explanations. Though, you mentioned arrays for byref may come in handy? I was planning to compare arrays with eachother. For example I have array x and array Y, I want to compare the numbers stored in Array Y if they exist in array X. If they do I want to delete that value in Array X and shrink that array X. in this case I should use byRef?
I am amazed by your direct and precise way of explanation in shortest possible time. Just subscribed!
wow thanks for sharing
Really helpful
thank you for the great explanations. Though, you mentioned arrays for byref may come in handy? I was planning to compare arrays with eachother. For example I have array x and array Y, I want to compare the numbers stored in Array Y if they exist in array X. If they do I want to delete that value in Array X and shrink that array X. in this case I should use byRef?