레퍼런스 getString()

getString()

Retrieves a String value from the Table's specified row and column. The row is specified by its ID, while the column may be specified by either its ID or title.

예제

구문

getString(row, column)

매개변수

row

row ID

column

columnName (string) or ID (number)

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

관련 레퍼런스