< Back to IRCAM Forum

Lua single quote

Hello
I am finding that I can’t use literal strings delimited by single quotes as is typically allowed in Lua. It appears this causes some parsing issues and I will get different errors. for instance

*** ERROR: Lua controller error: [string “…”]:15: unexpected symbol near ‘’


Not sure if this is a known issue.