Text Manipulation
| Command : |
|
|
*APPEND [-[s|e]n] [text] |
This function appends [text] to the current description.
If the -s flag is set then it will append to the short description.
else if the -e flag is set it will append to the event description.
setting neither adds the text to the long description.
If the -n is set then it will append without adding a new line.
NOTE: This function does not reformat the text appended.
|