# $EPIC: querywin.txt,v 1.3 2006/08/21 03:05:12 sthalik Exp $ ======Synopsis:====== $__querywin__() \\ $__querywin__( ) ======Technical:====== This function returns the window owning the query target , or "-1" if there are no queries for . An optional server refnum argument may be specified in order to obtain the query window for a target on a particular server. ======Returns:====== The window refnum of the window owning or "-1" if none is found. ======Examples:====== /window refnum 2 /query =person /eval echo $querywin(=person) /* returns 2 */