Difference between revisions of "Append"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{#vardefine:name|append}} {{#vardefine:return_type|buffer}} {{FunctionPage| name={{#var:name}}| function_category=String Handling Routines| function1={{Function| name={{#var:n…')
(No difference)

Revision as of 14:25, 4 March 2010



needs(code_samples);

Function Syntax

buffer append(buffer original ,string add )

  • original is the buffer to add to
  • add is a string to add on

Returns a buffer containing original with add tacked on to the end.

See Also

append_tail()