<div dir="ltr"><div><div><div><div><div>So I have a simple list<br><br>news = newDS()<br>news:add{"<a href="http://bbc.co.uk">bbc.co.uk</a>", "<a href="http://itv.com">itv.com</a>"}<br><br></div> if news:check(dq.qname) then <br>    <br><br>                dq.variable = true<br>                dq.rcode=0<br>                return true          <br>        <br>end<br><br></div>All good.<br><br></div>My question is how do I update the list after the service has gone live without stopping or re-loading the script<br><br></div>Regards<br><br></div>Matt<br></div>