Summing extra column(s) with script

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
highend
Posts: 13033
Joined: 06 Feb 2011 00:33

Re: Summing extra column(s) with script

Post by highend »

Code: Select all

$chosenColumns = inputselect("Select column(s) to sum up", $columnHeaders, ",", 2+8192+16384, , 300, 400);
Change the last two values...
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

Online
Schuller
Posts: 52
Joined: 02 May 2023 21:08

Re: Summing extra column(s) with script

Post by Schuller »

This works great.
Thank you!

Online
Schuller
Posts: 52
Joined: 02 May 2023 21:08

Re: Summing extra column(s) with script

Post by Schuller »

highend, is there a tweak also to resize the second popup box after selecting items from the first popup?

highend
Posts: 13033
Joined: 06 Feb 2011 00:33

Re: Summing extra column(s) with script

Post by highend »

Sure, just replace the text... line with:

text $log, 900, 600;

or whatever size you want...
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

Online
Schuller
Posts: 52
Joined: 02 May 2023 21:08

Re: Summing extra column(s) with script

Post by Schuller »

Perfect!

Post Reply