@verb #3657:"extreme_x extreme_y" this none this rxdo #8219 @program #3657:"extreme_x extreme_y" this none this min = 999 max = -999 xOrY = verb == "extreme_x" ? 1 | 2 for intersection in (#1177.intersection_db) if (intersection[1][xOrY] < min) min = intersection[1][xOrY] endif if (intersection[1][xOrY] > max) max = intersection[1][xOrY] endif $command_utils:suspend_if_needed(0) endfor return {min, max} "Last modified by Avenger (#8219) on Sun Sep 29 13:30:18 2002 MDT." .