Ok. Let's say I have an object like this:

x: make object! [
    foo: 1
    bar: 2
    baz: 3
    somefunc: func ["some function"][...]
    someotherfunc: func ["some other function"][...]
]

Is there a way to create a function that returns a block like this:

[foo 1 bar 2 baz 3] i.e., [foo value_of_foo bar value_of_bar baz 
value_of_baz]?

I've tried various things with 'in and 'bind with no success.

The answer must be simple, but my neurons seem to be misfiring...

Thanks in advance...:-)

Scott


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to