Hi Mike,
There are so many ways to do this! You could open a socket and send the data,
or save the data in a file and make LiveCode read that, or open a LiveCode
executable with a few parameters from the command line, or perhaps even set the
clipboard and make LiveCode read that, or write an ex
What I want to to is integrate two script systems. One is open source and the
other is encrypted but has an API. You can send certain fields of data. I am
hoping username and password is send-able.
How can I use live code to send the login info from one script (plexum) to a
live code middle