Kai Peters wrote:
>>> o1: make object! []
>>> o2: make object! []
>>>
>>> probe type? o2
> object!
> =3D=3D object!
>>> s: [ o1 o2 ]
> =3D=3D [o1 o2]
>>> probe type? s/1
> word!
> =3D=3D word!
> 
> Hmm - why the type change here from object to word?
> 
> More importantly, how do I overcome this?
> 
> I need to iterate over all the objects in a block and operate
> on them as objects - not words...
> 
> TIA
> Kai
> 

probe type? do s/1

there may be safer ways ... I will rummage about
-- 
           ... nice weather     eh          [EMAIL PROTECTED]
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to