Skip to content

Commit a340eac

Browse files
authored
Update README.md
1 parent 9a7cf12 commit a340eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ VBA expressions can evaluate matrix functions whose arguments are given as array
9898

9999
If the user needs to evaluate a function that accepts more than one argument, including more than one array, all arrays arguments must be passed surrounded by parentheses "({...})". For example, a function call that emulates the SQL IN statement using an array argument and a reference value can be written as follows.
100100

101-
`IN_(({{sin(atn(1)*2); 2; 3; 4; 5}});1)`
101+
`IN_(({{(sin(atn(1)*2)); 2; 3; 4; 5}});1)`
102102

103103
The above will pass this array of strings to the `IN_` function:
104104

0 commit comments

Comments
 (0)