TABLEDATA v15
This function and procedure generates the <TD>
and </TD>
tags, which insert data into a cell of an HTML table.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
cvalue | The data for the cell in the table |
calign | The value for the ALIGN attribute |
cdp | The value for the DP attribute |
cnowrap | If the value of this parameter isn't NULL , adds the NOWRAP attribute to the tag |
crowspan | The value for the ROWSPAN attribute |
ccolspan | The value for the COLSPAN attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters