[futurebasic] Re: [FB] Handling handles question

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 1999 : Group Archive : Group : All Groups

From: Russ Pagel <russp@...>
Date: Wed, 24 Nov 1999 12:06:34 -0500
It's all binary numbers, A few LONGs followed by several million WORDs

rp


> Hi Russ, 
> 
> Is this binary data or ASCII characters? or Unknown? 
> 
> Joe Wilkins 


> > In one of my projects I need to gather data (a lot of data) and sort 
> > bundles of it into long lists. 

> > Can I use a loop to copy, shrink the 
> > source handle and enlarge the target handle in small bundles to minimize 
> > the memory overhead? 

> > Can I change the size of a handle without scrambling all of the data 
> > inside it?