We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af0d09 commit 7e5f53eCopy full SHA for 7e5f53e
doc/src/sgml/libpgtcl.sgml
@@ -646,6 +646,18 @@ assign the results to an array
646
</VARLISTENTRY>
647
<VARLISTENTRY>
648
<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>
661
-numTuples
662
</TERM>
663
<LISTITEM>
0 commit comments