Miscellaneous utilities

HTMLCOLUMNCOUNT – Calculate columns in HTML table

46 views June 1, 2018 admin 0

Overview

This Custom Field returns the maximum number of columns in an HTML table, or ‘0’ if one does not exist.

Syntax

HTMLCOLUMNCOUNT(FIELDSTR(DataTable))

Element Description
FIELDSTR(DataTable) The HTML table of which the columns are to be counted.

Example

HTMLCOLUMNCOUNT(FIELDSTR(AccessoriesTable))

See also

HTMLCLEAN

HTMLENTITYDECODE

HTMLROWCOUNT

 

Was this helpful?