https://issues.apache.org/ooo/show_bug.cgi?id=125117
--- Comment #2 from Jeffrey Clemens <[email protected]> --- I don't think that's 100% of the problem. Even when I only have one argument, the program doesn't get it. And when I run the macro after starting OpenOffice from the command line, I get nothing in the terminal window (no errors or anything else sent to stdout). The program runs, but it doesn't get the single argument. In the long term, I need to find a way to send multiple arguments to a program somehow, which I'll have to figure out, but right now I can't even send a single argument. I've attached a spreadsheet with the BASIC code i'm using (or I will after I finish typing this). It calls a program called 'test' which was just a simple python script that outputs sys.argv to stdout and to a file. It tries to send a single argument "blah" which the python script should show as the first argument after the program name. The script shows only the program name (test). -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
