What is the difference in passing a structure by val and byref?
Anonymous
nothing. both are passing the structure by a pointer so both methods can modify the elements. doesn't matter that by ref is a pointer to a pointer
Check out your Company Bowl for anonymous work chats.