Hi I wonder if anyone can help me with this. I have a LEP command that reads a file from disc, does some processing using a program called "shntool", and writes the processed result back to disc
C_Blob($in;$out) C_Text($err) Launch external process(<>PathToShntool+" "+"strip"+" "+"-O always"+" "+$InputFile+" "+$OutputFile;$In'$out;$err) This works fine. However I would Like the command to Write to a Blob instead of the Output File. There is no output in stdout($out) Is it possible to do this? Thanks -pm ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

