[futurebasic] Re: How much memory can my handle take?

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

From: Paul Bruneau <paul_bruneau@...>
Date: Tue, 24 Feb 1998 10:45:22 -0500
Chris.Young@... wrote:
> 
> chris
> 
> There is a toolbox call, MaxBlock, which returns a long integer which is the
> size of the largets block of memory available after heap compaction were to be
> performed. Called as: temp& = fn maxblock
> 
> hth
> 
> Chris Young

Also, don't forget the FB MEM function. It can tell you total bytes
free, or total contiguous bytes, as you wish.