may have to create another object?

test-obj-2: make test-object [
        y: "another string"
]


-z

--- [EMAIL PROTECTED] wrote:
> How can I add a string to an existing object? The available
> documentation 
> does not explain this.
> 
> Here is my console session...
> 
> >> test-object: make object! [x: "string"]
> >> probe test-object
> 
> make object! [
>     x: "string"
> ]
> 
> >> set in test-object 'y "another string"
> ** Script Error: set expected word argument of type: any-word
> block.
> ** Where: set in test-object 'y "another string"
> 
> >> another-string: "another string"
> == "another string"
> >> set in test-object 'y another-string
> ** Script Error: set expected word argument of type: any-word
> block.
> ** Where: set in test-object 'y another-string
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com

Reply via email to