<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Folks,</div><div><br></div><div>I am trying to understand how to set an integer field from one module to another.</div><div><br></div><div>My first module exposes an integer value:</div><div>   myval = var_CreateGetIntegerCommand(p_obj, "mytest-val");</div><div>   var_AddCallback(p_obj, "mytest-val", MyCallback, p_myData);</div><div><br></div><div><br></div><div>The second module needs to set the value for "mytest-val." I am guessing a call to var_SetInteger is in order:<br></div><div><br></div><div>var_SetInteger(p_obj, ...)</div><div><br></div><div>The problem is, the first parameter to var_SetInteger should be the object associated with the first module. How does one obtain this object?</div><div><br></div><div>Thank you in advance for your
 help.</div><div><br></div><div>Regards,</div><div>Peter<br></div><div></div></div></body></html>