Table of Contents
Overview
This Custom Field returns the maximum number of columns in an HTML table, or ‘0’ if one does not exist.
Syntax
HTMLROWCOUNT(FIELDSTR(DataTable))
FIELDSTR(DataTable) | The HTML table of which the columns are to be counted. |
Example
HTMLROWCOUNT(FIELDSTR(AccessoriesTable))
See also