March 21, 2018
8:58 p.m.
On 21 Mar 2018, at 21:47, Stephane Ducasse <stepharo.self@gmail.com> 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.