Quote from
vwatson on February 8, 2020, 1:46 am
I'm familiar with the Clipboard variable, however I'm not sure how to do this or if it's possible.
I have a multi-line text input box. If I highlight just part of the text in that object, is there a way to determine what text is highlighted, then cut or copy it to the clipboard via code?
It would just be a time-saving convenience. I'm pasting a question with multiple answers into that field, then cutting out each answer to go into separate choice fields. I already have paste buttons to paste from the clipboard into each of those fields.
So, actually, the only thing I need to know is whether there's a way to detect highlighted text in an input box, I guess.
I'm familiar with the Clipboard variable, however I'm not sure how to do this or if it's possible.
I have a multi-line text input box. If I highlight just part of the text in that object, is there a way to determine what text is highlighted, then cut or copy it to the clipboard via code?
It would just be a time-saving convenience. I'm pasting a question with multiple answers into that field, then cutting out each answer to go into separate choice fields. I already have paste buttons to paste from the clipboard into each of those fields.
So, actually, the only thing I need to know is whether there's a way to detect highlighted text in an input box, I guess.