Use generic option name ColN in ListViewGetContent Topic is solved

Share your ideas as to how the documentation can be improved.
User avatar
boiler
Posts: 16985
Joined: 21 Dec 2014, 02:44

Use generic option name ColN in ListViewGetContent

Post by boiler » 11 Feb 2024, 07:17

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.

User avatar
Ragnar
Posts: 614
Joined: 30 Sep 2013, 15:25

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

Post by Ragnar » 07 Mar 2024, 08:30

Thanks for the suggestion. I've changed this.


Post Reply

Return to “Suggestions on Documentation Improvements”