| Syntax |
|
| Documentation | $java.setField: Set a variable field in a class or an object. Parameter 1 may either be an object or a class name. In the latter case only static fields may be modified. The field must be public accessible.
|
| Examples | |
| $java.setField{$get{object}}{myStringField}{Hello world!} | |
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_EXPERT |
| Minimum parameters | 3 |
| Maximum parameters | 3 |