[PD] Parsing text

2014-09-27 Thread Pierre Desprats
Hi, I'm using HTTPGET to get some informations on a website. The request works fine and output me 7 lists. But i'm only interested in one number of the third list. I don't know what is the best way to parse text in list or browse list, to get this number ? Thanx ! P.

Re: [PD] Parsing text

2014-09-27 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Can you send us an example of the 7 lists you receive ? Attached is a small patch that could help you. ++ Jack Le 27/09/2014 17:28, Pierre Desprats a écrit : Hi, I'm using HTTPGET to get some informations on a website. The request

Re: [PD] Parsing text

2014-09-27 Thread Martin Peach
I use pd_lua to extract things from text files, in part to avoid filling up Pd's symbol table with junk. Here is an example that takes values from a list of solar wind values obtained via httpget with the message GET http://www.swpc.noaa.gov/ftpdir/lists/ace/ace_mag_1m.txt Martin On Sat, Sep