Skip to content

Commit 939a233

Browse files
committed
Fix sample code in README
1 parent 3dc0334 commit 939a233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function and connect using the rigConnectDB handler like:
3838

3939
put rigNewTableStructure(tInitTableA) into tInitTable
4040

41-
rigConnectDB tDBfilePath, tInitTable tReturn tActiveGroup tOptions
41+
rigConnectDB tDBfilePath, tInitTable, tReturn, tActiveGroup, tOptions
4242

4343
- **tDBfilePath** the value of this optional parameter can be
4444
empty or a file path or "memory" or "mem" or "in-memory" or
@@ -60,7 +60,7 @@ function and connect using the rigConnectDB handler like:
6060
This library provides a handler which converts database query result arrays
6161
to datagrid arrays.
6262

63-
queryResultArrayToDgArray @pArray pFields
63+
queryResultArrayToDgArray @pArray, pFields
6464

6565
- **pArray** is the database query result index named "resultarray"
6666
- **pFields** is the database query result index "fieldnames" which

0 commit comments

Comments
 (0)