I have confirmed that you can seemingly use STRINGS without quotes for some reason. I would list that as a BUG but will wait for input from some of the other long term coders to get their input.

From the user manual:

Quote:

When using KiXtart, note the following rules:
  • Strings can contain any characters, except the \0 (NULL) and \x1a (end of file) characters.
  • Script commands should be separated by white space — that is, any combination of spaces, tabs, or new line characters.
  • Strings must be enclosed in quotation marks.

    For example:
    'String with a dash (-) in it.' ; String with a dash (-) in it.



.