Scotter Active Member Licensed User Feb 2, 2019 #1 I see this thread https://www.b4x.com/android/forum/t...questions-what-is-wrong-with-this-code.95240/ I copied the code into a class module but not sure how to reference that module. Tried to use [module_name].SetText(myString) but that doesn't work. Maybe there are libraries it depends on that I haven't included? Help? Last edited: Feb 2, 2019
I see this thread https://www.b4x.com/android/forum/t...questions-what-is-wrong-with-this-code.95240/ I copied the code into a class module but not sure how to reference that module. Tried to use [module_name].SetText(myString) but that doesn't work. Maybe there are libraries it depends on that I haven't included? Help?
mangojack Expert Licensed User Longtime User Feb 2, 2019 #2 Is this of any use to you .. Clipboard Library ... If so , you might want to look at post #8 , which fills in a few blanks. Upvote 0
Is this of any use to you .. Clipboard Library ... If so , you might want to look at post #8 , which fills in a few blanks.
Scotter Active Member Licensed User Feb 2, 2019 #3 mangojack said: Is this of any use to you .. Clipboard Library ... If so , you might want to look at post #8 , which fills in a few blanks. Click to expand... It worked! Thank you! Upvote 0
mangojack said: Is this of any use to you .. Clipboard Library ... If so , you might want to look at post #8 , which fills in a few blanks. Click to expand... It worked! Thank you!