[PD] Textfile with character by character parsing??

2008-12-02 Thread Solen Music
Hi i'm looking for an object that I can read in a text file and bang it so that it outputs each consecutive character/letter in the file. i.e. bang the object it ouputs the first letter bang the object outputs the second letter etc. Does such a thing exist?? -- John

Re: [PD] Textfile with character by character parsing??

2008-12-02 Thread Jack
I think, you can dig around [list-dripslow], [msgfile] (or similar). Here an exemple. ++ Jack letterbyletter.pd Description: Binary data Ceci est mon texte. Je veux qu'il sorte lettre par lettre. Le 2 déc. 08 à 15:10, Solen Music a écrit : Hi i'm looking for an object that I can read in a

Re: [PD] Textfile with character by character parsing??

2008-12-02 Thread Claude Heiland-Allen
Solen Music wrote: Hi i'm looking for an object that I can read in a text file and bang it so that it outputs each consecutive character/letter in the file. i.e. bang the object it ouputs the first letter bang the object outputs the second letter etc. Does such a thing exist?? Yes

Re: [PD] Textfile with character by character parsing??

2008-12-02 Thread Solen Music
Thanks for all everyone! I will try those methods! 2008/12/2 Claude Heiland-Allen [EMAIL PROTECTED]: Solen Music wrote: Hi i'm looking for an object that I can read in a text file and bang it so that it outputs each consecutive character/letter in the file. i.e. bang the object it ouputs

Re: [PD] Textfile with character by character parsing??

2008-12-02 Thread Solen Music
Thanks Jack, Your method works perfectly! 2008/12/2 Jack [EMAIL PROTECTED]: I think, you can dig around [list-dripslow], [msgfile] (or similar). Here an exemple. ++ Jack Le 2 déc. 08 à 15:10, Solen Music a écrit : Hi i'm looking for an object that I can read in a text file and bang

Re: [PD] Textfile with character by character parsing??

2008-12-02 Thread Martin Peach
You could try [mrpeach/binfile] or just load it into a table and use [tabread] Martin Solen Music wrote: Hi i'm looking for an object that I can read in a text file and bang it so that it outputs each consecutive character/letter in the file. i.e. bang the object it ouputs the first