Referencia getString()

getString()

Warning

p5.Table will be removed in a future version of p5.js to make way for a new, friendlier version :)

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

Ejemplos

Sintaxis

getString(column)

Parámetros

column
String|Integer: columnName (string) or ID (number)

Returns

String: String

Referencias Relacionadas