Author Topic: Get the object from the client?  (Read 322 times)

I know you can use a "for" loop for the ClientGroup and get the client with ClientGroup.getObject(%var);

But I want to know how to directly get the object from the client.

I'm pretty sure it was something like %obj = getObject(%client); or %obj = %client.getObject();

What do you think?

...whaaat

the client you get when you do ClientGroup.getObject IS the client object.

Never mind, I remembered.