Re: [PD] get lines from textfile

2009-04-23 Thread Martin Schied
Jack schrieb: Maybe with this objects : [until], [spigot], [select] or [==]. Or you can use [msgfile] with the message [goto(. ++ Jack Le 22 avr. 09 à 13:21, potax flan a écrit : did something like that as abstractions, see attached files. readlines reads all lines of a file + amount of

[PD] get lines from textfile

2009-04-22 Thread potax flan
i'm trying to read an XML file and get certain lines, using [textfile] but i'm stuck as i dont know what message to send it to retrieve the lines i want maybe there's a better object for the job? best p ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] get lines from textfile

2009-04-22 Thread brandt
try msgfile from zexy, if you are with pd-extended. if not this is not easy done. you need to know the amount of lines you have in your textfile. with this amount you flush it from the begin till the end with until (think about the untiljoke: never ever start it without a number). with

Re: [PD] get lines from textfile

2009-04-22 Thread Jack
Maybe with this objects : [until], [spigot], [select] or [==]. Or you can use [msgfile] with the message [goto(. ++ Jack Le 22 avr. 09 à 13:21, potax flan a écrit : i'm trying to read an XML file and get certain lines, using [textfile] but i'm stuck as i dont know what message to send it to