Skip to content

FEEDBACK_STRINGS_AUTOQUOTE

Octavio Alvarez edited this page Aug 29, 2013 · 2 revisions

Table of Contents

Syntax

FEEDBACK_STRINGS_AUTOQUOTE value

Description

Automatically single-quotes feedback strings on KEY commands.

Parameters

value (default 1)
1 if strings should be automatically single-quoted; 0 if not.

Examples

  • FEEDBACK_STRINGS_AUTOQUOTE 1
  • FEEDBACK_STRINGS_AUTOQUOTE 0

Notes

  • If the string is already single-quoted (this is, if the first and last character inside the string (wheter double-quoted or not) are a single-quote, Superkb will not re-quote the string. This is to maintain backwards compatibility with earlier Superkb configurations.
  • Default value is 1 (enabled).
  • The configurations files are parsed as scripts. This means autoquoting will only work for feedback strings set after the FEEDBACK_STRINGS_AUTOQUOTE 1 directive. You may turn off autoquoting in the middle of the configuration file for a set of KEY directives and re-enable afterwards for a different set of KEY directives.
Clone this wiki locally