[futurebasic] Re: [FB] Memory used by other applications

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 1998 : Group Archive : Group : All Groups

From: "Osamu Shigematsu" <shige@...>
Date: Mon, 28 Dec 1998 08:34:06 +0900
>Is it possible to know the memory allocated to a running application and
>the memory it really uses, like the Finder does when you chose About
>your computer under the Apple menu?
>If so, anyone knows how to do it with FB?

availMemory& = SYSTEM(_availMem)

How about this?

Osamu Shigematsu