Append a Line
Appends a line to a text.
This activity appends a line to a specified text.
Input
Text:
String Argument
Input the text.New Line:
String Argument
Input a new line to append with the specified text.
Output
Result:
String Variable
Stores the text with the appended line in a specified String Variable
Last updated