[futurebasic] Re: [FB] Removing element from dynamic array

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

From: Brian Stevens <brilor@...>
Date: Tue, 28 Feb 2006 15:48:06 -0700
On Feb 27, 2006, at 11:07 PM, Jay Reeve wrote:
>
> Still needs 2 more lines to make it complete. After these lines in  
> fn FBDynamicGrowOrAllocate:
Thanks for the great follow-up Jay. Made the changes. No obvious  
problems in a testing mode. Once these new routines are (and they  
will be soon!) incorporated into my application, they'll receive more  
activity. I'll let you know.

>
> I'm glad you'll be able to get some good out of this, Brian. I may  
> be calling on your expertise when I start my next major project,  
> which will depend heavily on databrowsers which I have never used  
> before.
My knowledge of databrowsers is still in its infancy, but I'd be  
happy to assist in any way possible. Most of what I learned is from  
Bernie and Bernie's generated code (a la TWM). I picked up a few  
tidbits reading the doc in Alain's DBFD too. The mini project is one  
window with two browsers. They are very basic. My goal, once  
completed, is to release the source code to the FB community. Maybe  
sometime in the next few weeks. Timing depends on the activity for my  
real job.

> PS. Are there still other array fns that you need?
My own needs are covered thanks to your work and the contributions of  
others to this thread.  I can now abandon my logical deletion code  
followed by post processing at strategic points to remove logically  
deleted array elements. Thanks again.

Brian