[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Ok Jeff... I've done it. Thanks!
> 
> I preferred to do the set-net and then configured the
> system/schemes/smtp/proxy things to none! It's better like this 'cause I
> just don't need the proxy to access my mail server.
> 
> Now I have another question (sorry to bug you all, but the FAQ's just
> don't answer these ones):
> How can I know wich objects, variables and other things exist under an
> object?!
> It's like this: I know that under system I have schemes. (system/schemes).
> How can I know all the objects under a certain object?!

Try this:

>> tmp: make object! [a: 1 b: 2]
>> first tmp
== [self a b]

OR for concrete words in object:
>> found? in tmp 'a
== true
>> found? in tmp 'c
== false       

Regards,
Jan

--
Jan Strejcek
[EMAIL PROTECTED]

Reply via email to