Skip to content

SetSubtractPointed ​

Set a value in block.

Arguments ​

ArgumentDescription
idBlock identifier
indexIndex
offsetOffset
valueValue

Return ​

Value.

Remarks ​

Equivalent to: Set(Get(id, index), Get(id, index + 1) + offset, Subtract(Get(Get(id, index), Get(id, index + 1) + offset), value)).