Skip to content

Commit 8b8daff

Browse files
authored
Update dumptoarray.md
1 parent 5ca794d commit 8b8daff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/methods/dumptoarray.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ See also
3939

4040
The `DumpToArray` method make a copy of all the data stored in the current instance. The data is returned in the *OutPutArray* parameter for avoid additional data copies in the internals.
4141

42-
The dumped data will be successively erased from memory, in other words, the current instance will doesn't hold the read CSV data any more. In the same way, the `DumpToArray` method doesn’t perform any modifications to the `String` type array for subsequent calls not preceded by one `ImportFromCSV` or `ImportFromCSVstring` method call.
43-
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
42+
The dumped data will be successively erased from memory, in other words, the current instance will doesn't hold the read CSV data any more. In the same way, the `DumpToArray` method doesn’t perform any modifications to the *OutPutArray* array for subsequent calls not preceded by one `ImportFromCSV` or `ImportFromCSVstring` method call.
43+
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)

0 commit comments

Comments
 (0)