# Reads a table. # Line count is input as table argument #--------------------------------------------------------- *call readtab table shots count integer 1 x float y float z float file inc shots.d # the file contains only (x,y,z) values inc count 1 # count is incremented starting from 1 #---------------------------------------------------------