Extend Text¶
- The considered category of nodes includes a number of common list operations,
- Append
- Extend
- Get item
These list operations exist for list of ADAFs, Tables, and Text.
-
class
node_list_operations.
ExtendText
[source]¶ Extend a list of Texts with another list of Texts.
Inputs: - First : Texts
List of Texts that the list on the lower port to be extended to.
- Second : Texts
List of ADAFs to be extended to the list on the upper port.
Outputs: - Output : Texts
List of Texts that includes all incoming Texts. The Texts in the list on the lower port will be located after the Texts coming in through the upper port.
Opposite node: Ref. nodes: