home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a075 / 1.img / TOOLKIT1.EXE / SST221.PRG < prev    next >
Encoding:
Text File  |  1989-08-08  |  334 b   |  15 lines

  1. *******************
  2.  
  3. FUNCTION Wcol
  4.  
  5.    PARAMETERS _thecol
  6.  
  7.    IF scr_level-1 <= 0
  8.       RETURN(0 + IF( PCOUNT()=0, 0, _thecol) )
  9.    ELSE
  10.       _base = VAL(SUBSTR(allwindows[scr_level - 1], 4,  2)) + IF( PCOUNT()=0, 0, _thecol)
  11.       RETURN( _base ) && IF( (_base > scrwover), scrwover, _base) )
  12.    ENDIF
  13.  
  14. * End of File
  15.