I'm setting up a "comments" field with a scroll bar. I want to have the most current comments to be entered at the top. Using a script, I know how to start a new line and input current date, but I can't figure out how to get the insertion point of this new line to be at the beginning of the field instead of the end after the field is not empty. I want the program to set the cursor instead of the user.
Can this be done? Thanks.