>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