> On 21 Mar 2018, at 21:47, Stephane Ducasse <[email protected]> wrote:
> 
> Hi
> 
> when cleaning a system sometimes you find some coding pearls.
> And I want to share one I found.
> 
> currentSlide := 0 + self configuration slideInTemplateForDeckJS.
> 
> Stef (we got a good laugh with guille).

Haha, that should clearly be

currentSlide := (0 + self configuration slideInTemplateForDeckJS) * 1.

And after that you definitively have to do

currentSlide := [ currentSlide ] value.


Reply via email to