View Single Post
Two points -

1. The fact that a line like:
Code:
insert "Some Text" at after last paragraph
raises no error but has no effect does look like a bug, and might usefully be reported.

2. An alternative which does seem to work is:
Code:
make new paragraph at end of paragraphs with data "Some new Text"

Last edited by RobTrew; 2008-01-20 at 09:25 AM..