Hi there everyone!
My question is whats the difference between

CopyMemory ByVal VarPtr(a), ByVal VarPtr(b), 100

and

CopyMemory VarPtr(a), VarPtr(b), 100

They give different results.

Also, how do you get the address of an array? Thank you!!