View Single Post
# 2 17-06-2016 , 06:18 PM
EduSciVis-er
Join Date: Dec 2005
Location: Toronto
Posts: 3,374
You need to use the back tick symbol (above the tab) instead of the single quote. ` instead of '.

Also note that that's not tons of errors, it's just two (well, one really). The first line shows you what line of code has the error, and the second tells you where exactly (line 1, position 12) and what kind of error it is. So you know there is a syntax error around the 12th character which turns out to be the ' character.


-stwert

Website - Blog - YouTube - Vimeo - Facebook - Twitter

-->How to Effectively Ask Questions on Forums<--

Last edited by stwert; 17-06-2016 at 06:25 PM.