Project

General

Profile

$qt » History » Version 2

Per Amundsen, 02/23/2023 07:18 PM

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 2 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| text | The text to format. |
12 1 Per Amundsen
13
*Example*
14
15
<pre>
16
; Adds enclosing quotes to the text c:\spaced folder
17
//echo -ag $qt(c:\spaced folder)
18
</pre>