Append

From Kolmafia
Revision as of 14:25, 4 March 2010 by 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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



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()