sseennddOObbjjeecctt -- aa sshhoorrttccuutt ffoorr ddooiinngg aa llooccaall aanndd rreemmoottee sseettOObbjjeecctt UUSSAAGGEE sendObject DDEESSCCRRIIPPTTIIOONN 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 ; sendEval {setObject }". 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. EEXXAAMMPPLLEESS If called on the server, this will set the batchSize to 100 on all clients as well as the server: lens> sendObject batchSize 100 SSEEEE AALLSSOO _s_e_t_O_b_j_e_c_t, _s_e_n_d_E_v_a_l --------------------------------------------------------------------------- Last modified: Mon Jun 8.33:24:48 EDT 1998