Thread.sleep is awfully bad coding. It would block the service engine for 10 seconds. <br>Rather think of something where you react on an event...
have you tried using a 'double'?<br><br>For starters: you are trying to do three steps in one go:<br> 1: reading a dynamic property<br> 2:...