Remove(accessPath), Remove(accessPath, backRef), Remove(STACK, STACK)
Parameter: access path, back reference name.
| Stack | Position | Description |
|---|---|---|
| Stack(In) | top | vector |
| top-1 | object to be removed | |
| Stack(Out) | top | - |
The object / all vector objects from stack top 1 are removed from the stack top vector.
| Stack | Position | Description |
|---|---|---|
| Stack(In) | top | vector |
| top-1 | ] | |
| top-2 | On | |
| . . . | . . . | |
| top-n-1 | O1 | |
| top-n-2 | [ | |
| Stack(Out) | - |
Attention!
Please use unlink to work with
persistent objects! Remove has then been used to modify persistent collections!