| Syntax |
$begin{READ} $begin{UPDATE} |
| Documentation | Begin initiates a transaction. This will only succeed if there is not already a transaction in progress. Usually the transaction mode is determined by the script parser automatically and stored to the $META function where you can also overwrite it. If you would like to be able to handle transactions in a more sensible way than using the $META function allows then $begin, $commit, $rollback is the right choice.
|
| Examples | |
$set{needUpdate}{0} $if{$get{needUpdate}}
{$begin{DIRTY_READ}} |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 2 |