Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Variable with counter Date: Tue, 14 Jan 2020 19:28:25 +0100 Organization: solani.org Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: solani.org 1579026493 29570 127.0.0.43 (14 Jan 2020 18:28:13 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 14 Jan 2020 18:28:13 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 Cancel-Lock: sha1:7lGVdJGIn5n2FffIYuYByNYgNpE= In-Reply-To: Content-Language: de-DE-1901 X-User-ID: eJwNwYkRwDAIA7CVQsA840A47z9CK0Fd/IU53ECwuX1C1n85visqbcCLnNm6LGXyFFVvreEDJCQREw== Xref: csiph.com comp.graphics.apps.gnuplot:4284 Something like "help arrays" ? Am 14.01.2020 um 14:16 schrieb Jörg Buchholz: > Hello, > > is it possible to create variables with a counter, like A1, A2, A3 and > so on? > > What I want do do is the following: > > do for [i=1:4]{ > stats 'test.csv' every ::3:i:7:i u 6 nooutput > print STATS_min > } > > This print the min value from block 1 - 4 to the display. But I want to > have it at 4 different variables, like B1, B2, B3, B4.