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