Reference getString()

getString()

Retrieves an String value from the TableRow's specified column. The column may be specified by either its ID or title.

Examples

Syntax

getString(column)

Parameters

column

columnName (string) or ID (number)

Notice any errors or typos? Please let us know. Please feel free to edit src/io/p5.TableRow.js and open a pull request!

Related References