Hi!

Simply put a block [ … ] on: Error do: [ ] 

For example:

10 timesRepeat: [ [ 1 / 0 ] on: Error do: [ "do nothing" ] ]

Cheers,
Alexandre


> On Mar 5, 2015, at 5:52 PM, Laura Risani <laura.ris...@gmail.com> wrote:
> 
> Hi all,
> 
> How can i within a method, programatically  produce the same effect that 
> would have abandoning a raised debug window?
> 
> 
> Best,
> Laura

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to