|
|
Whitebeam Template Reference Documentation
|
Schedule Template
log.modify()
Modify an existing log record
See Also
rb.schedule.log.remove() Syntax
number = rb.schedule.log.modify(data)
Parameters
The 'log.modify' method takes 1 parameter:
| Name | Type/Value | Range/Length | Description | | data | struct log.logDef | see definition | Required. Structure containing the new values to be against the specified log record |
Results
The 'log.modify' method returns number:
| Type/Value | Range/Length | Description |
| number |
  |
Unique ID of the changed record if the changes are successfully applied, or -1 if the update failed
|
Remarks Change the fields in a specific log record. |
|
|
(loadtime : 97ms) |