Just starting out? Need help? Post your questions and find answers here.
Num3
Posts: 22 Joined: Wed Apr 09, 2014 7:09 pm
Post
by Num3 » Wed Feb 15, 2017 6:15 pm
Howdy partners!
I am testing SB 2.0 in hope to convert a Purebasic project to it, i downloaded the LedDisplay example from the forum here, but if i try to create an APP with "Optimize Java Script" enabled i always get this error:
Sirius-2337
Posts: 35 Joined: Wed Mar 26, 2014 5:47 pm
Post
by Sirius-2337 » Wed Feb 15, 2017 6:24 pm
Try to leave out the last comma after stepDelay.
Code: Select all
! stepDelay: 35 ;<-- no comma here
Num3
Posts: 22 Joined: Wed Apr 09, 2014 7:09 pm
Post
by Num3 » Fri Feb 17, 2017 8:41 pm
Late reply, but it was that lost comma.
The debugger was a bit off target there xD
Fangles
Posts: 11 Joined: Sat Jan 28, 2017 4:25 am
Post
by Fangles » Sat Feb 18, 2017 8:42 am
Num3, where do I find the ledgadget example? I used the forum search function and it finds nothing. Manually searched tips and tricks etc as well.
I loved the led example int he purebasic forum and wanted to see it here.