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).
[quote=JimProuty]There is a function named "WaveMax":

Print WaveMax(dataWave)

--Jim Prouty
Software Engineer, WaveMetrics, Inc.[/quote]
TRK
Great! Thanks Jim.
[quote=sjr51]You can also execute WaveStats dataWave to display a range of info in the history window, including the maximum value (V_max).[/quote]
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.