Maximum value in a wave

Hi,
I have hundreds of data values in a wave. Is there any easy way to display the maximum value in the wave?
Thanks
There is a function named "WaveMax":

Print WaveMax(dataWave)

--Jim Prouty
Software Engineer, WaveMetrics, Inc.
You can also execute WaveStats dataWave to display a range of info in the history window, including the maximum value (V_max).
JimProuty wrote:
There is a function named "WaveMax":

Print WaveMax(dataWave)

--Jim Prouty
Software Engineer, WaveMetrics, Inc.

TRK
Great! Thanks Jim.
sjr51 wrote:
You can also execute WaveStats dataWave to display a range of info in the history window, including the maximum value (V_max).

TR
This function has a lot of info about the wave. For only executing the maximum value, print command is the best.
Thanks a lot sjr51.