Page 1 of 1

Use generic option name ColN in ListViewGetContent

Posted: 11 Feb 2024, 07:17
by boiler
To be consistent with common programming language documentation conventions, the option name shown as Col4 in ListViewGetContent should be generically named with an example provided. In fact, it is referred to as ColN further down on that documentation page. I suggest the change below.

From:
Col4: Returns only the fourth column (field) rather than all columns (replace 4 with a number of your choice).
To:
ColN: Returns only the Nth column (field) rather than all columns. For example, Col4 returns the fourth column.

Re: Use generic option name ColN in ListViewGetContent  Topic is solved

Posted: 07 Mar 2024, 08:30
by Ragnar
Thanks for the suggestion. I've changed this.

Re: Use generic option name ColN in ListViewGetContent

Posted: 07 Mar 2024, 09:31
by boiler
:thumbup: