sendObject - a shortcut for doing a local and remote setObject

USAGE

    sendObject <object> <value>

DESCRIPTION

This is a shortcut useful for setting an object field to the same value on the server and on all clients. It is equivalent to "setObject <object> <value>; sendEval {setObject <object> <value>}".

If invoked on the server, the object will be set on the server and on all clients. If invoked on a client, the value will be set on that client and on the server.

EXAMPLES

If called on the server, this will set the batchSize to 100 on all clients as well as the server:

    lens> sendObject batchSize 100

SEE ALSO

setObject, sendEval


Last modified: Mon Jun 8.33:24:48 EDT 1998