Mirko Maier | 25 Jun 2012 17:56
Picon
Picon

comma into a textfile

hi all,

is there a possibility to create a textfile containing commas?

that means, somehow a "add xxx," message should be sent into "textfile".

any help? thanks a lot.

best
mirko
--

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

_______________________________________________
Pd-list <at> iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Jonathan Wilkes | 25 Jun 2012 19:26
Picon
Favicon

Re: comma into a textfile

Hi mirko,

See textfile-help.pd

Is this what you mean?

[add add xxx(
|
[textfile]

If you want a comma in the textfile, I don't think there's a way to do that.

-Jonathan

----- Original Message -----
> From: Mirko Maier <mirkom <at> gmx.de>
> To: pd-list <at> iem.at
> Cc: 
> Sent: Monday, June 25, 2012 11:56 AM
> Subject: [PD] comma into a textfile
> 
> hi all,
> 
> is there a possibility to create a textfile containing commas?
> 
> that means, somehow a "add xxx," message should be sent into 
> "textfile".
> 
> any help? thanks a lot.
> 
(Continue reading)

Jack | 26 Jun 2012 01:02
Favicon

Re: comma into a textfile

Le 25/06/2012 19:26, Jonathan Wilkes a écrit :
> Hi mirko,
>
>
> See textfile-help.pd
>
> Is this what you mean?
>
>
> [add add xxx(
> |
> [textfile]
>
>
> If you want a comma in the textfile, I don't think there's a way to do that.

Maybe, something like that ? :

[44(
|
[makefilename %c]
|
[add hello$1 world, rewind, bang(
|
[textfile]
|
[print]

++

(Continue reading)

Olivier Baudu | 26 Jun 2012 01:24

Re: comma into a textfile

Hi...

Not sure it will help you but I've done a script in bash + patch to get 
comma in textfile
http://yamatierea.org/papatchs/#textavirgule

Cheers.

01ivier

Le 25.06.2012 17:56, Mirko Maier a écrit :
> hi all,
>
> is there a possibility to create a textfile containing commas?
>
> that means, somehow a "add xxx," message should be sent into 
> "textfile".
>
> any help? thanks a lot.
>
> best
> mirko

--

-- 
Une petite envie de pixel ?
http://grilledelamour.labomedia.org

_______________________________________________
Pd-list <at> iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
(Continue reading)

Mirko Maier | 26 Jun 2012 11:46
Picon
Picon

Re: comma into a textfile

 <at> jack:

thank you, that's almost the solution,
but I get '\\,' from makefilename. (same problem is with '\\{' )

and it's not possible with "stripfilename" to remove the "\\". is there a solution?

 <at> olivier: thanks, but i am working on win xp..

best
mirko

++++
jack wrote:

Maybe, something like that ? :

[44(
|
[makefilename %c]
|
[add hello$1 world, rewind, bang(
|
[textfile]
|
[print]

++

Jack
(Continue reading)

Jack | 26 Jun 2012 13:38
Favicon

Re: comma into a textfile

Le 26/06/2012 11:46, Mirko Maier a écrit :
>  <at> jack:
>
> thank you, that's almost the solution,
> but I get '\\,' from makefilename. (same problem is with '\\{' )
>
> and it's not possible with "stripfilename" to remove the "\\". is there a solution?
>
>  <at> olivier: thanks, but i am working on win xp..
>
> best
> mirko
>
> ++++
> jack wrote:
>
> Maybe, something like that ? :
>
> [44(
> |
> [makefilename %c]
> |
> [add hello$1 world, rewind, bang(
> |
> [textfile]
> |
> [print]
>
> ++
>
(Continue reading)

Olivier Baudu | 26 Jun 2012 13:53

Re: comma into a textfile

There is this patch : http://codelab.fr/attachment.php?item=856
 From this conversation (in french) : http://codelab.fr/3084

The aim is to dynamically create :

[expr if($f1<0,1-$f1, $f1)]

and

[expr $f1;$f2]

As there are ',' and ';' maybe it will helps you...

Cheers...

01ivier

Le 26.06.2012 13:38, Jack a écrit :
> Le 26/06/2012 11:46, Mirko Maier a écrit :
>>  <at> jack:
>>
>> thank you, that's almost the solution,
>> but I get '\\,' from makefilename. (same problem is with '\\{' )
>>
>> and it's not possible with "stripfilename" to remove the "\\". is 
>> there a solution?
>>
>>  <at> olivier: thanks, but i am working on win xp..
>>
>> best
(Continue reading)


Gmane