$qt » History » Version 1
  Per Amundsen, 08/06/2015 02:57 AM 
  
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ | 
|---|---|---|---|
| 2 | |||
| 3 | *$qt(text)* | ||
| 4 | |||
| 5 | Adds outer enclosing quotes around text if they are not already present. | ||
| 6 | |||
| 7 | *Parameters* | ||
| 8 | |||
| 9 | text - The text to format. | ||
| 10 | |||
| 11 | *Example* | ||
| 12 | |||
| 13 | <pre> | ||
| 14 | ; Adds enclosing quotes to the text c:\spaced folder | ||
| 15 | //echo -ag $qt(c:\spaced folder) | ||
| 16 | </pre> |