| Syntax |
$commit{} $commit{NONE} $commit{DIRTY_READ} $commit{READ} $commit{UPDATE} |
| Documentation | Makes any changes on the current account properties since the previous call to $begin, $commit or $rollback permanent:
This value will be assigned to the next transaction that will be created immediately after the current is commited. This parameter is optional and defaults to the t_i_l value of the current transaction. |
| Examples | |
$commit{NONE} $commit{DIRTY_READ} $commit{READ} $commit{UPDATE} |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 1 |