<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 11/09/2017 10:42 PM, Harshita Kasera
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAM0PqX7eG+skdGD6HRaXAfV_mY7sxiqOywK1Ccf=Ah03QFzhyw@mail.gmail.com">
<div dir="ltr"><span style="font-size:12.8px"></span>
<div style="font-size:12.8px">
<div style="font-size:12.8px">What I ultimately want to
achieve is to be able to change the callback function <i>debugMe</i>
at a later point of time. Is it possible to set or update
values within a structure at a later point of time?</div>
</div>
</div>
</blockquote>
<br>
No, module (structure) fields can't be modified at runtime in Ur/Web
or ML. Therefore, the module system is not the right tool for
runtime rewriting of callbacks.<br>
</body>
</html>