home *** CD-ROM | disk | FTP | other *** search
- *******************
-
- FUNCTION Wrow
-
- PARAMETERS _therow
-
- IF scr_level-1 <= 0
- RETURN(0 + IF( PCOUNT()=0, 0, _therow) )
- ELSE
- _base = VAL(SUBSTR(allwindows[scr_level-1], 1, 2)) + IF( PCOUNT()=0, 0, _therow)
- RETURN( _base ) && IF( (_base > scrwrow + scrwdown), scrwdown, _base) )
- ENDIF
-
- * End of File