Export System Input values to Excel  [SOLVED]

Questions about MultiCharts and user contributed studies.
scuba
Posts: 35
Joined: 29 Aug 2012
Has thanked: 12 times
Been thanked: 1 time

Export System Input values to Excel

Postby scuba » 08 Apr 2013

Hello
I'm look for a simple way to export (from within a system) the Input parameter values for a system.

I know that I could use the "Print" command but that would produce a long list of values repeated.

Without going into DLLs is there a simple way to do this?

thanks
Scuba

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Export System Input values to Excel  [SOLVED]

Postby Henry MultiСharts » 09 Apr 2013

Hello Scuba,

You can use Once Print command to output the input value only once:

Code: Select all

once print ({your inputs here#1, #2, etc...} );

scuba
Posts: 35
Joined: 29 Aug 2012
Has thanked: 12 times
Been thanked: 1 time

Re: Export System Input values to Excel

Postby scuba » 11 Apr 2013

Thanks Henry

I'd never seen that command before


Return to “MultiCharts”