Skip to content

Commit dec41d9

Browse files
authored
Merge pull request #1923 from noah-severyn/patch-1
Update using-arrays.md
2 parents d113935 + 515405d commit dec41d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Concepts/Getting-Started/using-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ varData(3) = Format("06-09-1952", "General Date")
6767

6868
```
6969

70-
The other way is to assign the array returned by the **Array** function to a **Variant** variable, as shown in the following example.
70+
The other way is to assign the array returned by the **[Array](../../reference/user-interface-help/array-function.md)** function to a **Variant** variable, as shown in the following example.
7171

7272
```vb
7373
Dim varData As Variant

0 commit comments

Comments
 (0)