Hello everybody,
I have been programming with B4A for some years now and have now started with B4I.
I don't really understand the clipboard yet.
How can I pass my string to the clipboard?
Many greetings,
so27
I have been programming with B4A for some years now and have now started with B4I.
I don't really understand the clipboard yet.
How can I pass my string to the clipboard?
B4X:
Dim Text as String
Text = "This text should be copied to the clipboard."
Many greetings,
so27