pkudrys
11 months agoContributor
Status:
New Idea
DBTableVariable - add missing RowCount and Item properties
Hi,
While working with the DBTableVariable, I found that there are missing two quite useful properties, namely Item and RowCount, which are available in simple TableVariable.
The RowCount is useful, if someone does not want to loop entire table with while and IsEOF. And Item is useful in case, someone wants to get the value from particular row/column, using index values. Thanks.