sum all of the datas

Hi
I want to sum all of the datas which appear in my table (column=640 ,row=480). Can you pleas tell me simple way?

Thanks
Your table may display more than one wave. If the table displays one wave (say wave0) you can execute:

Print sum(wave0)

If the table contains more than one wave you would need to sum the individual contibutions, e.g.,

Print sum(wave0)+sum(wave1)

I hope this helps,

A.G.
WaveMetrics, Inc.