Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 2009576

Browse files
author
livecodesam
authored
Update revDatabaseColumnNamed.lcdoc
1 parent ef96d15 commit 2009576

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/dictionary/function/revDatabaseColumnNamed.lcdoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,13 @@ with the <string> "revdberr".
6767
> "Database" library checkbox and those of the database drivers you are
6868
> using are checked.
6969

70-
>*Important:* The name of the holderVariable must be placed inside
71-
> quotation marks.
70+
>*Important:* The name of the holderVariable must be a quoted string.
71+
> If the holderVariable is in an array, the key must either not be
72+
> a variable itself or separated from the quoted parts. For example,
73+
> if the `i` in `tArray[i]` were itself a variable, holderVariable
74+
> would have to be written as:
75+
76+
"tArray[" & i & "]"
7277

7378
Changes:
7479
The ability to specify array elements as holder variables was added in

0 commit comments

Comments
 (0)