Re: Some questions about Command-line argument parser library

2021-10-19 Thread Mark Waddingham via use-livecode
On 2021-10-18 23:04, matthias rebbe via use-livecode wrote: Mark, thank you very much for your explanations. It works now. Would you please be so kind to also explain what for the argumentArray can be used? GetOpt(grammar [, argumentArray]) Okay, i could use it for testing in the LC IDE, so

Re: Some questions about Command-line argument parser library

2021-10-18 Thread matthias rebbe via use-livecode
Mark, thank you very much for your explanations. It works now. Would you please be so kind to also explain what for the argumentArray can be used? GetOpt(grammar [, argumentArray]) Okay, i could use it for testing in the LC IDE, so i do not need to compile and execute the standalone. But i

Re: Some questions about Command-line argument parser library

2021-10-18 Thread Mark Waddingham via use-livecode
On 2021-10-18 15:14, matthias rebbe via use-livecode wrote: Hello, is there anyone who uses the Command-line argument parser library? I am not sure how i can get the value that is attached as parameter when the programm is started from the command-line Let's say i call my program like this

Some questions about Command-line argument parser library

2021-10-18 Thread matthias rebbe via use-livecode
Hello, is there anyone who uses the Command-line argument parser library? I am not sure how i can get the value that is attached as parameter when the programm is started from the command-line Let's say i call my program like this ./myprogram -m=SomeParam So how do i get the value SomePar