Re: How would I get livecode to intercept data and then send it

2011-10-25 Thread Mark Schonewille
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

How would I get livecode to intercept data and then send it

2011-10-25 Thread Mike Felker
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