Copy text to memory

I would like to be able to copy a field from a tinydb to memory.
How do I copy a variable to memory using code?

Plenty of examples in FAQ Section: TinyDB

i know how to use the tinydb, i need to know how to copy a variable to the phones memory

What do you want to do with this “variable” once you have copied it to “memory” ??

Read this please

# RAM: What it is and when do you need more?

When you use a TinyDB, you are writing to the phone’s memory.

You say " i need to know how to copy a variable to the phones memory"… why? When you create a variable in your app and use it you are using the phone’s memory.

i am creating an app to use for social media, it will record your hashtags and signatures so that you don’t have to keep typing them in. the user will open the app and click the hashtag or signature they want to use and then when making there post they can paste it in

copy from my app and paste to social media post

OK …copy from my app and paste to social media post

perhaps this is what you want to do using the sharing component and the TinyDB or

https://puravidaapps.com/sharing.php

or https://puravidaapps.com/snippets.php#2activity

or

https://puravidaapps.com/clipboard.php

?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.