Hi!
I need to create a file (textfile?) with several numbers separated by semi-colons.
i know how to calculate and place numbers but I have problem with semi-colons
they produce a line feed and I don't want it.
I wonder how this could be achieved.
Somebody talk about environment variables to use special characters, but i don't know how and where to place them.
Or maybe with ASCII or UNICODE codes but how to set them properly?
Thanks
-
Several semi-colons in a line
-
semicolons are reserved characters in pd. Maybe a script that you could access from the shell that would erase all \n from the document after you write it?
any technology distinguishable from magic
is insufficiently advanced. -
Hi Sunji!
Thanks for your help.
I'm searching by differents ways.