You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdstyle="text-align: left;">Optional. Identifier specifying a <code>Boolean</code> variable.</td>
37
+
</tr>
38
+
</tbody>
39
+
</table>
23
40
24
41
### Return value
25
42
26
43
_None_
27
44
28
45
>:pencil:**NOTE:**
29
46
>
30
-
> Before invoke the `ImportFromCSV` method, the user must to open a connection to the CSV file. If the *HeadersOmission* parameter is set to `True`, the CSV file headers, first record, will be ignored by the parser only when the `StartingRecord` property is set to 1.
47
+
>If the *HeadersOmission* parameter is set to `True`, the CSV file headers, first record, will be ignored by the parser only when the `StartingRecord` property is set to 1.
48
+
>
49
+
>The *PassControlToOS* parameter allows user to pass control to the operating system. Control is returned after the operating system has finished processing the events in its queue.
@@ -40,6 +59,6 @@ User can set `CommentLineIndicator` for those CSV files having a combination of
40
59
41
60
>:warning:**CAUTION**
42
61
>
43
-
>If the CSV file has no data, this is the file is an empty one, the `ImportFromCSV` method returns an empty array, that is, an array bounded from 0 to -1 and holding no elements and no data.
62
+
>Before invoke the `ImportFromCSV` method, the user must to open a connection to the CSV file. If the CSV file has no data, this is the file is an empty one, the `ImportFromCSV` method returns an empty array, that is, an array bounded from 0 to -1 and holding no elements and no data.
44
63
45
64
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
<tdstyle="text-align: left;">Optional. Identifier specifying a <code>Boolean</code> variable.</td>
41
+
</tr>
38
42
</tbody>
39
43
</table>
40
44
@@ -44,7 +48,9 @@ _None_
44
48
45
49
>:pencil:**NOTE:**
46
50
>
47
-
>Before invoke the `ImportFromCSV` method, the user must to open a connection to the CSV file. If the *HeadersOmission* parameter is set to `True`, the CSV file headers, first record, will be ignored by the parser only when the `StartingRecord` property is set to 1.
51
+
>If the *HeadersOmission* parameter is set to `True`, the CSV file headers, first record, will be ignored by the parser only when the `StartingRecord` property is set to 1.
52
+
>
53
+
>The *PassControlToOS* parameter allows user to pass control to the operating system. Control is returned after the operating system has finished processing the events in its queue.
@@ -57,6 +63,6 @@ User can set `CommentLineIndicator` for those CSV files having a combination of
57
63
58
64
>:warning:**CAUTION**
59
65
>
60
-
>If the CSV file has no data, this is the file is an empty one, the `ImportFromCSV` method returns an empty array, that is, an array bounded from 0 to -1 and holding no elements and no data.
66
+
>If the CSV file has no data, this is the file is an empty one, the `ImportFromCSVstring` method returns an empty array, that is, an array bounded from 0 to -1 and holding no elements and no data.
61
67
62
68
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
0 commit comments