Quote from
luishp on November 15, 2019, 8:16 am
Hi @thibeault
I's hard to say with such a few information but it seems a there is a missing ")" symbol somewhere in your code.
To find out where is the error try to run your app in a Web Browser like FireFox and open the Web Console.
It will tell you the exact filename, line and column where the error is located.
You can even click and take a look at the exact code.
Note that latest VisualNEO Web version comes with new Error Handling commands.
Although this information is for JavaScript will let you understand better how these new commands work:
https://www.w3schools.com/js/js_errors.asp
Regards.
Hi @thibeault
I's hard to say with such a few information but it seems a there is a missing ")" symbol somewhere in your code.
To find out where is the error try to run your app in a Web Browser like FireFox and open the Web Console.
It will tell you the exact filename, line and column where the error is located.
You can even click and take a look at the exact code.
Note that latest VisualNEO Web version comes with new Error Handling commands.
Although this information is for JavaScript will let you understand better how these new commands work:
https://www.w3schools.com/js/js_errors.asp
Regards.