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

[REBOL] forall error

From: charliew::drte::com at: 22-May-2001 10:05

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 ] ] ]