Stores a value in 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.

उदाहरण

सिंटैक्स

set(row, column, value)

पैरामीटर्स

row
Integer:

row ID

column
String|Integer:

column ID (Number) or title (String)

value
String|Number:

value to assign

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

संबंधित संदर्भ