Using "ProgramParameter" - a question please

Just starting out? Need help? Post your questions and find answers here.
JohnnyRockets
New User
New User
Posts: 5
Joined: Sun Oct 24, 2021 9:12 pm
Location: Michigan, USA

Using "ProgramParameter" - a question please

Post by JohnnyRockets »

Hi all,

Total PB Newbie here with a quick question to just point me in the right direction please!

If I want to write a program to take command line arguments, is "ProgramParameter" the correct place to start?


Thanks so much!


JR
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Using "ProgramParameter" - a question please

Post by Kuron »

Yes, Sir.
Best wishes to the PB community. Thank you for the memories. ♥️
Olli
Addict
Addict
Posts: 1267
Joined: Wed May 27, 2020 12:26 pm

Re: Using "ProgramParameter" - a question please

Post by Olli »

To do a test from the IDE, you have a specific field in the compiler options :

Code: Select all

0: IDE
1: [Compile] menu
2: [Compiler options] item
3: [Compile/Run] tab
4: [Executable commandline] field -> type your parameter(s) string
Olli
Addict
Addict
Posts: 1267
Joined: Wed May 27, 2020 12:26 pm

Re: Using "ProgramParameter" - a question please

Post by Olli »

I add a complete wish to link the pages between the page of the ProgramParameter() function and the page of the command-line of the IDE compiler options.

Subject title : NoBugButAdd (= No bug but add)
JohnnyRockets
New User
New User
Posts: 5
Joined: Sun Oct 24, 2021 9:12 pm
Location: Michigan, USA

Re: Using "ProgramParameter" - a question please

Post by JohnnyRockets »

Thank you all!

I appreciate your help! :)


Johnny
Post Reply