1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
414 views
by (140 points)

I was wondering if you can use the template literal ` along with ${variable} in Qvera like you can in Javascript. When I tried it myself it appeared to be fine untill I went to close the node and save it. The back-tick is unexpected but the IDE colors the sections as string and lists the variables in correct coloring when in the ${}.  As seen below.


 

1 Answer

0 votes
Your code looks like it would work if you replace the "backquote" (quote key on us keyboard with the Tildy) with a single quote (the key with both the single and double quote).
by gary-t-8719 (15.1k points)
...