Bennu version r(2.6) bug with function TIMER = xxxx;

Started by WeekStar, February 14, 2014, 06:23:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

WeekStar

I have dowloaded the Bennu r6, but I found a bug if I use <Timer = 100;> by example; message of error: Token = 1000; :-[

my computer is Windows 7;

I prefer use the version r(2.0);

Saludos

panreyes

Use timer[n]=x; instead of timer=x;


timer is an array, with 9 or 10 positions

WeekStar