Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: forall error

From: tim:johnsons-web at: 22-May-2001 8:40

On Tue, May 22, 2001 at 10:05:03AM -0400, Charles Wardell wrote:
> When I do a forall I get this error. Thanks in advance for your help.. > > Charlie > > ** Internal Error: Stack overflow > ** Near: not tail? get word > > get: func [myVar] [ > forall myDB [ > rec: first myDB > if rec/fType = myVar [ > remove myDB > ] > ] > ]
Hey Charlie: `get is a rebol word, I believe. It looks like you have some major recursive activity going on there.... thus the stack overflow. You're "overloading" here, I think. I believe that others on the list can show you how to get around this, but I avoid overloading rebol words unless absolutely necessary.
> -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.johnsons-web.com "My shroe, my shroe, my dingkom for a shroe!" --TheManWhoSpeaksInAnagrams (Monty Python)