Getting the Value of a Property


lnAmount = oInv.nAmount

This can be described as sending a message to the oInv object telling it to get the value of the nAmount property and to return it to lnAmount.