K kemanlam Member Licensed User Longtime User Oct 27, 2015 #1 Hi, I see the https://www.b4x.com/b4i/help/iphone.html#clipboard but i still can't use it. please me some code example
Hi, I see the https://www.b4x.com/b4i/help/iphone.html#clipboard but i still can't use it. please me some code example
JanPRO Well-Known Member Licensed User Longtime User Oct 27, 2015 #2 It's very simple: B4X: Dim CB As Clipboard CB.StringItem = "some text" Don't forget to add a reference to iPhone Last edited: Oct 27, 2015 Upvote 0
It's very simple: B4X: Dim CB As Clipboard CB.StringItem = "some text" Don't forget to add a reference to iPhone
K kemanlam Member Licensed User Longtime User Oct 27, 2015 #3 JanPRO said: It's very simple: B4X: Dim CB As Clipboard CB.StringItem = "some text" Don't forget to add a reference to iPhone Click to expand... thanks very much! Upvote 0
JanPRO said: It's very simple: B4X: Dim CB As Clipboard CB.StringItem = "some text" Don't forget to add a reference to iPhone Click to expand... thanks very much!