[REBOL] Limiting Serie sizes (native!)
From: Rebolinth::nodep::dds::nl at: 13-Aug-2003 17:09
Hello All,
I was wondereing..perhpas wandering too...
Is "Limiting Series" perhpas a good idea for an option inside rebol ?
Example:
a normal i.e. block has NO endling (yes the memory limit?)
a limited block would have a limit of i.e. max 3 entries
Like ->
a: copy []
or
a: copy/limit [] 3
{which would create a series but with a static maximum size !
If the size exceeds i.e. with append or insert or whatever then NONE / ERROR
is returned.}
Is this featurable or more a de-feature for rebol ?
(R)egards,
Norman.
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"