home *** CD-ROM | disk | FTP | other *** search
- ********************
-
- FUNCTION Memry
-
- PARAMETERS _temp
-
- PRIVATE _bytes
-
- RUN chkdsk qwerta.qaz >mem_free.sst
-
- _bytes = MEMOREAD("Mem_free.sst")
- ERASE Mem_free.sst
-
- _bytes = SUBSTR(_bytes, AT("bytes", _bytes))
- _temp = OCCUR_AT("bytes", _bytes, (OCCURENCE("bytes", _bytes)-1))
-
- RETURN(INT(VAL(LTRIM(TRIM(OCCUR_AT(" ", _temp, 5, 8))))/1024))
-
- * End of File