Sets a cell to a value. If no row number is specified,
the cell on the last row is set.
Lucee Function Reference
Function QUERYSETCELL
Example
querysetcell(query query,string column_name,any value,[number row_number]):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Default Value | Description |
---|---|---|---|---|
query | query | Yes | Name of an executed query. | |
column_name | string | Yes | ||
value | any | Yes | ||
row_number | number | No | -9999 |