I'm wandering if there is a more advanced way to pass data from a Livecode
variable to a command line process using shell().

I'm used to using "echo 'Hello World' > less" or saving the data to disk
then passing the filename to shell() - both are slower and messier than
needed. Is there a better way perhaps using environmental variables or open
process?

The actual use-case here is to use pandoc to convert documents that I fetch
from REST calls.

Thanks
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to