functionset
set value of an attribute or a position in the attribute (if matrix)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | entity | entity with list of attributes | |
| Integer | attrnum | attribute number in the list | |
| Real | value | value of the attribute, or given position (row,col) | |
| Integer | rows | 1 | number of rows of the attribute (if matrix) |
| Integer | cols | 1 | number of columns of the attribute (if matrix) |
| Integer | row | 1 | row if attribute is a matrix |
| Integer | col | 1 | column if attribute is a matrix |