hello pd-list. i`m not a programmer and i need your help.
and what i have to do if i`d like to write array-data to file with variable name? like this:
file_1.txt file_2.txt file_n+1.txt
thanks. andrey http://hhtp.narod.ru
Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
you could do this with ;array99 write $1-file.txt by sending various numbers sme.
----- Original Message ----- From: "Andrey Savitsky" savitsky3000@yahoo.com To: pd-list@iem.kug.ac.at Sent: Tuesday, July 31, 2001 4:35 PM Subject: [PD] a message to write
hello pd-list. i`m not a programmer and i need your help.
i should send message for writing array to .txt file like this:
; array99 write file.txt;
and what i have to do if i`d like to write array-data to file with
variable
name? like this:
file_1.txt file_2.txt file_n+1.txt
thanks. andrey http://hhtp.narod.ru
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
thank you marius i tried to put in a path it ../tmp/$1-file.txt - it did not works
but works like you said
andrey
you could do this with ;array99 write $1-file.txt by sending various numbers sme.
Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
hi there is another object you could use "makefilename" you use it like (object-box) makefilename f:/temp/text%d.txt %d takes a number then connect it to (message box) ;array99 write $1 marius.
----- Original Message ----- From: "Andrey Savitsky" savitsky3000@yahoo.com To: pd-list@iem.kug.ac.at Sent: Wednesday, August 01, 2001 11:40 AM Subject: Re: [PD] a message to write
thank you marius i tried to put in a path it ../tmp/$1-file.txt - it did not works
but works like you said
andrey
you could do this with ;array99 write $1-file.txt by sending various numbers sme.
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com