X-Received: by 2002:a37:4d16:: with SMTP id a22mr20096649qkb.237.1576351726855; Sat, 14 Dec 2019 11:28:46 -0800 (PST) X-Received: by 2002:a9d:7a88:: with SMTP id l8mr22809785otn.187.1576351726552; Sat, 14 Dec 2019 11:28:46 -0800 (PST) Path: csiph.com!xmission!news.alt.net!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g89no3228087qtd.0!news-out.google.com!w29ni1400qtc.0!nntp.google.com!g89no3228080qtd.0!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sat, 14 Dec 2019 11:28:46 -0800 (PST) In-Reply-To: <97645b00-a063-4b6e-a994-90622b875eca@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1811:d95:3100:186e:fc26:a1ac:d266; posting-account=6Yi6UAoAAAAPa9I7jpXT9nwJvAd0_-hC NNTP-Posting-Host: 2a02:1811:d95:3100:186e:fc26:a1ac:d266 References: <97645b00-a063-4b6e-a994-90622b875eca@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <91fdf43f-0538-4495-bce9-0814cfb2b8cb@googlegroups.com> Subject: Re: Hex 2 dec conversion From: Robert Vanpass Injection-Date: Sat, 14 Dec 2019 19:28:46 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 18 Xref: csiph.com comp.graphics.apps.gnuplot:4277 On Wednesday, December 11, 2019 at 7:43:44 PM UTC+1, Robert Vanpass wrote: > Hi, > > I have a .csv datafile with only 2-digit numbers in Hexadecimal form: > 6F > 73 > A5 > ... > > Is there a function in Gnuplot to convert these Hex numbers to Decimal form, > or should it be written / how ? > Another possibility would be to use an external commandline converter, something like Grepwin. > Any idea what I could use for this ? > > Thanks This works perfectly. Thank you so much !