Skip to content

Commit 4448e29

Browse files
committed
Update dumptoarray.md
1 parent 797f127 commit 4448e29

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
@@ -19,15 +19,15 @@ Dumps the data from the current instance to an array.
1919

2020
### Parameters
2121

22-
The required *OutPutArray* argument is an identifier specifying a dynamic `Variant` array variable.
22+
The required *OutPutArray* argument is an identifier specifying a dynamic `String` array variable.
2323

2424
### Return value
2525

2626
_None_
2727

2828
>📝**Note**
2929
>{: .text-grey-lt-000 .bg-green-000 }
30-
>Before dump data, is recommended to make a `ImportFromCSV` or `ImportFromCSVstring` method call. The *OutPutArray* parameter must be declared as dynamic `Variant` array. If user forget to do this, an error can occur.
30+
>Before dump data, is recommended to make a `ImportFromCSV` or `ImportFromCSVstring` method call. The *OutPutArray* parameter must be declared as dynamic `String` array. If user forget to do this, an error can occur.
3131
{: .text-grey-dk-300 .bg-grey-lt-000 }
3232

3333
See also

0 commit comments

Comments
 (0)