cheers for the info

. I have the following:
set display mode 800,600,32
Sync On
hide mouse
dim fpsarray(100)
slot = 1
sleep 2000
do
if slot =< 100
returnfps=SCREEN FPS()
else
goto here
endif
fpsarray(slot)=returnfps
slot=slot+1
sync
loop
here:
for p = 1 to 100
print fpsarray(p),","
next p
end
but any ideas how to add up all the figures inside the array? sorry, i know its a newbish question

, but i have consulted the help and tutorials in DBC to find nothing useful

... very grateful for any help
Current Rig:
P4 2.4GHz | 512MB DDR333 RAM | 80GB BarracudaIV | Geforce4 Ti4600 128MB | XP pro SP1
please help the newb
