&"e: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns its argument enclosed in double quotes. Handy if you have an argument with embedded blanks...") |
No edit summary |
||
Line 10: | Line 10: | ||
<p class="syntax">&&quote(value_to_enclose_in_double_quotes)</p> | <p class="syntax">&&quote(value_to_enclose_in_double_quotes)</p> | ||
|- | |- | ||
| '''Introduced:''' | | '''Introduced:''' | ||
| <span class="f_Para">Build 69</span> | | <span class="f_Para">Build 69</span> | ||
|} | |} |
Latest revision as of 17:31, 23 August 2022
Action: |
Returns its argument enclosed in double quotes. Handy if you have an argument with embedded blanks you wish to pass to a DOS command using shell. The argument passed may not contain double quotes. Syntax: &"e(value_to_enclose_in_double_quotes) |
Introduced: | Build 69 |