- 1.7
- 1.6
- 1.5
- Beta
- Examples (for 1.6a)
- Misc
These options determine how general parsing of plain text files proceeds, as well as controlling delimited argument parsing.
Table 10.11. Parse option keywords
| Value | Description |
|---|---|
| usequotes | Phrases enclosed in quotes will be parsed as single arguments |
| skipblanks | Blank lines (or those containing comments) are automatically skipped |
| stripbrackets | Normal parentheses are automatically stripped from the input file |
| noescapes | Treat backslash as a normal character |
![]() | See Also: |
|---|---|
|


![[Note]](images/note.png)