hexagon logo

Reporting a variable

So I have 2 lines of code to assign variable 1 and 2 as the max and min points of a scan in the z-axis (I think I have it right). After I assign these variable, how do I report the values of the variables in the z-axis to a report? or even look at what the values of the variables are in my code?

ASSIGN/V1=MIN(SCN1.HIT[1..SCN1.NUMHITS].Z)
            ASSIGN/V2=MAX(SCN1.HIT[1..SCN1.NUMHITS].Z)


THANKS!