Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7e5f53e

Browse files
committed
|I noticed that the -assignbyidx function of -result in libpgtcl
is not |documented, here is the relevant patch for it Anton
1 parent 2af0d09 commit 7e5f53e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/src/sgml/libpgtcl.sgml

+12
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,18 @@ assign the results to an array
646646
</VARLISTENTRY>
647647
<VARLISTENTRY>
648648
<TERM>
649+
-assignbyidx arrayName ?appendstr?
650+
</TERM>
651+
<LISTITEM>
652+
<PARA>
653+
assign the results to an array using the first field as a key
654+
and optionally append appendstr to the key name. Useful for
655+
creating pseudo-multi dimensional arrays in tcl.
656+
</PARA>
657+
</LISTITEM>
658+
</VARLISTENTRY>
659+
<VARLISTENTRY>
660+
<TERM>
649661
-numTuples
650662
</TERM>
651663
<LISTITEM>

0 commit comments

Comments
 (0)