How do I paste text into a text input object at the point of the cursor.?
I want to paste "Hello World" into a text input sprite at this example location:
Text input has "This is a test"... I want to paste in "Hello World" here...
"This is a >paste here | This is the current cursor position< test" - the result would be:
"This is a Hello World test"
This is a dynamic modification so I cant simply amend as a simple replacement.
In other words - the paste-in text could be many different text blocks.
Thank You - d