Answered
What is insertion point and how it works
What is insertion point and how it works? I didn't find a good explanation.
What is insertion point and how it works? I didn't find a good explanation.
In simple terms insertion point would be the cursor location in a textframe, i.e the space between two characters where the cursor blinks. If you want to insert something into the current cursor location, you could use something like
app.selection[0].contents = "inserted text"
-Manan
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.