AvailSysMemory
BytesFree = AvailSysMemory()
 
Parameters: NONE
Returns:

    BytesFree = The number of bytes of memory that are free on this system
 

      The AvailSysMemory function returns the amount of free (available) for use system memory this computer has.




FACTS:

      * None



Mini Tutorial:




  
; Query the amount of system memory this machine has
  Print Str$(availsysmemory())+" Bytes Free"
  
; Display the Screen and wait for the user to press a key
  Sync
  WaitKey
  




      This returns on my system.

  
  174022656 Bytes Free
  
  

 
Related Info: CreateBank | Memory :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com