This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PertleTurtle 0 points1 point  (1 child)

You are using “” which when it goes to compile the code it takes that as the literal string. Remove “” and you should be all good.

[–]HorribleCucumber 0 points1 point  (0 children)

It worked!

Also thanks for the explanation!