Output a variable to verify that it is correct

C

Cheryl Fischer

I use MsgBox <variable name> when I'm testing code; I comment out the MsgBox
line when I am satisfied that the code is producing the correct value in the
variable.
 
Top