What is the difference in passing values ByRef or ByVal to a procedure?
ByRef -pass the address (for string -address of address of first byte) BY REF IS VERY USEFULL When the contents itself are being modified, when there is large data.... Read more »