Skip to content

Instantly share code, notes, and snippets.

@GeorgeErickson
Created May 9, 2012 23:28
Show Gist options
  • Save GeorgeErickson/2649726 to your computer and use it in GitHub Desktop.
Save GeorgeErickson/2649726 to your computer and use it in GitHub Desktop.
insert('This is a line added by the user. \n This is another line added by the user.', A, B)
insert('This is yet another line added by the user.' B, null)
This is line 1.
This is line 2.
This is line 1.
+This is a line added by the user.
+This is another line added by the user.
This is line 2.
+This is yet another line added by the user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment