iOS Question Clipboard help

so27

Active Member
Licensed User
Longtime User
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?

B4X:
Dim Text as String
Text = "This text should be copied to the clipboard."

Many greetings,
so27
 

hatzisn

Well-Known Member
Licensed User
Longtime User
See the clipboard object of the iPhone library if I remember correctly.
 
Upvote 0

so27

Active Member
Licensed User
Longtime User
Okay, I forgot the reference to the iPhone. Thanks for the help.

clip.png
 
Last edited:
Upvote 0
Top