[REBOL] Re: Object lesson, please?
From: nitsch-lists:netcologne at: 24-Oct-2003 16:51
with inner objects i would go with your
do mold object
it has the additional advantage that it checks your data for moldability.
today its prety reliable, but in the old days a bad string could break it.
when i stored data to disk, i checked them that way, instead of saving broken
data.
either attempt[do mold data][save %file data][alert "Internal error"]
So doing it more often may help stability.
-Volker
Am Freitag, 24. Oktober 2003 10:34 schrieb [SunandaDH--aol--com]: