Reference setNum()

setNum()

Stores a Float value in the TableRow's specified column. The column may be specified by either its ID or title.

Examples

Syntax

setNum(column, value)

Parameters

column
String|Integer:

Column ID (Number) or Title (String)

value
Number|String:

The value to be stored as a Float

This page is generated from the comments in src/io/p5.TableRow.js . Please feel free to edit it and submit a pull request!

Related References