Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
Boolean Comparison [other codes of this type]
item [codes with similar scope]
Already in v5.0.0
format"
^nextSibling^
A simple Boolean test for whether the currently processed note has a next sibling (N.B. not always the original's next sibling). This is useful for export context where differing output is required when the current note is the last sibling. Possibly not new but undocumented before v5.12.0.
This test also solves the problem of testing for siblings when when exporting agent aliases or mixed original/alias siblings.
Example:
^if(^nextSibling^)^...
The test is analogous to testing nextSibling or lastSibling in an action code context.