We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19b197 commit a71f813Copy full SHA for a71f813
docs/api/methods/exporttocsv.md
@@ -15,7 +15,7 @@ Exports an array's content to a CSV/TSV file.
15
16
## Syntax
17
18
-*expression*.`ExportToCSV`*(csvArray, {PassControlToOS:= `True`})*
+*expression*.`ExportToCSV`*(csvArray, \[PassControlToOS:= `True`\])*
19
20
### Parameters
21
@@ -56,4 +56,4 @@ See also
56
57
The `FieldsDelimiter`, `RecordsDelimiter` and `EscapeToken` properties sets the method's behavior to the needs.
58
59
-[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
+[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
0 commit comments