Change your double quotes "
to single quotes '
. Double quotes are used to surround object names, probably in the same way []
can be used, so you can have spaces and other normally-invalid object name characters in the object name. Single quotes, on the other hand, are used for string literals.