Can you copy text to the clipboard from the console (on iPhone)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can you copy text to the clipboard from the console (on iPhone)?

I have a Java program that takes input text and alters it based on the date and then prints the altered text (using System.out.println(), in case that matters), is there a way to copy the printed text to the iPhone’s clipboard to be pasted elsewhere?

19th Feb 2018, 10:33 PM
Tyler Dalke
1 Answer
+ 1
Forgot to mention that I’m using the program on SoloLearn on my phone. I have the program on a computer too, but I want to be able to get the altered text on my phone whenever I need it.
19th Feb 2018, 10:34 PM
Tyler Dalke