pro xy,pos,size,x,y ; ; This procedure computes the x and y coordinates of a point in a ; sizexsize array from the serial position of the point, as returned ; by the min or max functions. ; y=pos/size x=pos-size*y return end